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

SMBus Quick Command #7

Closed
Jonathan-Rosewood opened this issue May 4, 2017 · 2 comments
Closed

SMBus Quick Command #7

Jonathan-Rosewood opened this issue May 4, 2017 · 2 comments

Comments

@Jonathan-Rosewood
Copy link

Jonathan-Rosewood commented May 4, 2017

SMBus Quick Command

This sends a single bit to the device, at the place of the Rd/Wr bit.

A Addr Rd/Wr [A] P

Functionality flag: I2C_FUNC_SMBUS_QUICK
from https://www.kernel.org/doc/Documentation/i2c/smbus-protocol

@Jonathan-Rosewood
Copy link
Author

It is very useful for scanning a bus for connected devices

kplindegaard added a commit that referenced this issue Jan 3, 2019
SMBus Quick command (issue #7) implemented.
@kplindegaard
Copy link
Owner

Added write_quick(addr) method to the SMBus class. Closing this request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants