program for I2C master device
Fork of I2C_HelloWorld_Mbed by
History
Latest version
2016-01-08, by marcus255 [Fri, 08 Jan 2016 13:47:36 +0000] rev 11
Latest version
Final version of I2C Master devices simulator
2015-12-25, by marcus255 [Fri, 25 Dec 2015 21:35:57 +0000] rev 10
Final version of I2C Master devices simulator
I2C device selected by pushbuttons, sequential memory read, writting random data sequentially (works, but some troubles with addressing occurs)
2015-12-17, by marcus255 [Thu, 17 Dec 2015 23:04:29 +0000] rev 9
I2C device selected by pushbuttons, sequential memory read, writting random data sequentially (works, but some troubles with addressing occurs)
Reading/Writting EEPROM works fine, Reading/Writting works fine when temperature sensor connected to the i2c bus. Device addresses must be hardcoded for now.
2015-12-16, by marcus255 [Wed, 16 Dec 2015 19:42:37 +0000] rev 8
Reading/Writting EEPROM works fine, Reading/Writting works fine when temperature sensor connected to the i2c bus. Device addresses must be hardcoded for now.
memore read/write works fine
2015-12-15, by marcus255 [Tue, 15 Dec 2015 22:44:03 +0000] rev 7
memore read/write works fine
some little changes
2015-12-07, by marcus255 [Mon, 07 Dec 2015 21:45:21 +0000] rev 6
some little changes
still not complete write-read sequence
2015-12-06, by marcus255 [Sun, 06 Dec 2015 21:24:01 +0000] rev 5
still not complete write-read sequence
writing ok, reading in progress
2015-12-01, by marcus255 [Tue, 01 Dec 2015 22:16:18 +0000] rev 4
writing ok, reading in progress
Added license to main.c file.
2015-03-27, by mbedAustin [Fri, 27 Mar 2015 20:14:09 +0000] rev 3
Added license to main.c file.
added notes on use for clarity. made it obvious we use 8bit addressing
2014-09-21, by mbedAustin [Sun, 21 Sep 2014 19:01:55 +0000] rev 2
added notes on use for clarity. made it obvious we use 8bit addressing