zephyr/samples/drivers/i2c_stts751
Anas Nashif 9d8c332b21 i2c: use I2C_X nameing instead of I2CX
Other IOs use this format, so lets be consistent and use

I2C_0 instead of I2C0 and I2C_1 an instead of I2C1.

Change-Id: I591ab08e14bd533ef0fac38e596559da783863b8
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-04-25 17:01:48 +00:00
..
src i2c: use I2C_X nameing instead of I2CX 2016-04-25 17:01:48 +00:00
Makefile samples: Add STTS751 sample application 2016-03-16 19:35:19 +00:00
prj.conf samples: Add STTS751 sample application 2016-03-16 19:35:19 +00:00
README samples: Add STTS751 sample application 2016-03-16 19:35:19 +00:00

This sample application illustrates how to use the I2C APIs from
Zephyr. The slave device (STTS751) is present in Quark SE devboard
so no wiring instructions are required in order to get this sample
working.

This is a very simple application which reads the value from the
temperature register from STTS751 sensor.