only for LPC824 chip to match hardware I2C channels(2->4)

Dependencies:   mbed

Changes

RevisionDateWhoCommit message
17:12c1791e18b5 2015-11-10 k4zuki remove serial2i2c.py.txt default tip
16:dc75cd5b6f8c 2015-11-09 k4zuki add comment for SPI register
15:5c004316adab 2015-10-13 k4zuki based on github commit 67b3468172795f59e74beb706cbdd235e0fc85bc; added more warning messages
14:1d3d43c0e6b4 2015-10-06 k4zuki following git revision 1fa874767c366e1988601f4f0c9c78d35f5fb91f
13:3a32c5aa6f74 2015-02-03 k4zuki following git commit: 78f762598e8e7cf4e3a4755ec02351dc300e7a11; https://github.com/K4zuki/tinyI2C
12:dfd52d475cf8 2014-10-29 k4zuki python code change(new packet)
11:725fc1d55d1f 2014-10-29 k4zuki .
10:5406bc1bb50b 2014-10-29 k4zuki 115200baud
9:78c43e2448d6 2014-10-29 k4zuki dev->read(0) to dev->read(1) otherwise multiple read does not work
8:ee55b990835a 2014-10-29 k4zuki replaced mbed-src to mbed(r90)
7:46655bc3288b 2014-10-26 k4zuki mbed-src has fixed I2C related issue
6:9368ba5f485c 2014-10-24 k4zuki followed offical(will be replaced
5:655e58295f1e 2014-10-24 k4zuki I2C related SWM bug fixed
4:bbea62f185e1 2014-10-23 k4zuki printf debug lines added(switch matrix, clock sourcing)
3:8e33af9ea1f7 2014-10-23 k4zuki python code updated (set to ch0, slave=0xD0, data=0x50, 1byte read)
2:096289a04a1f 2014-10-21 k4zuki changed pinout SDA+SCL/A0+A1/A2+A3/A4+A5; changed UART speed downto 9600baud
1:5817c3e6ce1e 2014-10-17 k4zuki formatting code only S and P commands implemented
0:9d12c615c8ea 2014-10-17 k4zuki first version to publish; "tested" python code to use this program attached;