You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example shows how to use `I2C` API to read temperature sensor. The Mbed OS `I2C` API uses 8bit addressing and will auto append the 0 or 1 for read/write mode. Please keep in mind that every I2C set up has its own quirks so this example may not work out of the box for your sensor / application. Make sure to check the data sheet for your part for the timing / register access specification.
3
+
This example shows how to use the I2C API to read a temperature sensor. The I2C API uses 8-bit addressing and automatically appends the 0 or 1 for read/write mode. Please note that every I2C setup is different, so this example may not work out of the box for your sensor or application. Make sure to check the data sheet for your part for the timing and register access specification.
0 commit comments