zephyr/samples/drivers/i2c_fujitsu_fram
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 move driver samples to samples/drivers 2016-02-11 13:08:44 -05:00
README move driver samples to samples/drivers 2016-02-11 13:08:44 -05:00
prj.conf move driver samples to samples/drivers 2016-02-11 13:08:44 -05:00
testcase.ini samples: enable sanity check of I2C driver on Arduino Due 2016-03-31 11:47:01 +00:00

README

This is a sample app to read and write the to
the Fujitsu MB85RC256V FRAM chip via I2C
on the Quark SE Sensor Subsystem.

This assumes the slave address of FRAM is 0x50,
where A0, A1, and A2 are all tied to ground.