Commit b6ef1ffe authored by thirschbuechler's avatar thirschbuechler Committed by Marcel Stör
Browse files

Add 7bit address info (#1834)

parent d9b3db06
......@@ -11,7 +11,7 @@ Setup I²C address and read/write mode for the next transfer.
#### Parameters
- `id` always 0
- `device_addr` device address
- `device_addr` 7-bit device address, remember that [in I²C `device_addr` represents the upper 7 bits](http://www.nxp.com/documents/user_manual/UM10204.pdf#page=13) followed by a single `direction` bit
- `direction` `i2c.TRANSMITTER` for writing mode , `i2c. RECEIVER` for reading mode
#### Returns
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment