Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/exp/io/i2c: expose Tx in *Device #22058

Closed
kortschak opened this issue Sep 27, 2017 · 2 comments
Closed

x/exp/io/i2c: expose Tx in *Device #22058

kortschak opened this issue Sep 27, 2017 · 2 comments

Comments

@kortschak
Copy link
Contributor

For at least one device, it would make sense to expose the underlying Tx method. This device writes 3 or 4 bytes to prepare for reads. This can be done with the i2c API as is stands with a pair of Write and Read *Device method calls, but since the underlying Tx method of the driver.Conn exists, it would be nice to be able to use that instead.

Would this be possible?

/cc @rakyll

@gopherbot gopherbot added this to the Unreleased milestone Sep 27, 2017
@rakyll
Copy link
Contributor

rakyll commented Sep 27, 2017

We are not maintaining these packages anymore. @maruel was able to take it further and published https://periph.io/ instead. Please take a look at periph.io.

@rakyll rakyll closed this as completed Sep 27, 2017
@kortschak
Copy link
Contributor Author

Thanks.

@golang golang locked and limited conversation to collaborators Sep 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants