Skip to content

Commit 666e019

Browse files
author
Amanda Butler
authored
Edit README.md
Edit file, mostly for missing articles and consistent tense.
1 parent 6c46e8f commit 666e019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

APIs_Drivers/I2C_ex_1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# I2C example
22

3-
This example shows how to use `I2C` API to read temperature sensor. The Mbed OS `I2C` API uses 8 bit 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

Comments
 (0)