UART to I2C master(s) converter, targetting to emulate SC18IM700(NXP) chip
UART to I2C master(s) converter, targetting to emulate SC18IM700(NXP) chip
Features
up to 4x I2C master
- for LPC824 implement, we can use up to 4 channels of I2C masters
- 1x Fm+ and 3x Fm I2C channels
- for LPC1768 implement, we can use up to 2 channels of I2C masters
- 2x Fm I2C channels
- for LPC11U35 implement, only one channel for I2C master,
but program uses USB CDC class for UART communication (means no external USB-Serial converter chip)
- 1x Fm+ I2C channels
1x SPI master
up to 2x 8bit GPIO
Tested Platforms
LPC824
- https://developer.mbed.org/platforms/Switch-Science-mbed-LPC824/
- https://developer.mbed.org/platforms/LPCXpresso824-MAX/
LPC1768
LPC11U35
Quote:
LPC11U35 implement requires importing USBDevice library to use USBSerial class
visit https://github.com/K4zuki/tinyI2C for more information
.gitattributes@78:434514b8d383, 2016-09-03 (annotated)
- Committer:
- K4zuki
- Date:
- Sat Sep 03 00:47:37 2016 +0900
- Revision:
- 78:434514b8d383
- Parent:
- 4:f3192b67a3fe
remove force-LF attribute
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
K4zuki |
78:434514b8d383 | 1 | # Auto detect text files and perform LF normalization |
K4zuki |
78:434514b8d383 | 2 | #* text=auto |
K4zuki |
78:434514b8d383 | 3 | |
K4zuki |
78:434514b8d383 | 4 | # Custom for Visual Studio |
K4zuki |
78:434514b8d383 | 5 | *.cs diff=csharp |
K4zuki |
78:434514b8d383 | 6 | *.sln merge=union |
K4zuki |
78:434514b8d383 | 7 | *.csproj merge=union |
K4zuki |
78:434514b8d383 | 8 | *.vbproj merge=union |
K4zuki |
78:434514b8d383 | 9 | *.fsproj merge=union |
K4zuki |
78:434514b8d383 | 10 | *.dbproj merge=union |
K4zuki |
78:434514b8d383 | 11 | |
K4zuki |
78:434514b8d383 | 12 | # Standard to msysgit |
K4zuki |
78:434514b8d383 | 13 | *.doc diff=astextplain |
K4zuki |
78:434514b8d383 | 14 | *.DOC diff=astextplain |
K4zuki |
78:434514b8d383 | 15 | *.docx diff=astextplain |
K4zuki |
78:434514b8d383 | 16 | *.DOCX diff=astextplain |
K4zuki |
78:434514b8d383 | 17 | *.dot diff=astextplain |
K4zuki |
78:434514b8d383 | 18 | *.DOT diff=astextplain |
K4zuki |
78:434514b8d383 | 19 | *.pdf diff=astextplain |
K4zuki |
78:434514b8d383 | 20 | *.PDF diff=astextplain |
K4zuki |
78:434514b8d383 | 21 | *.rtf diff=astextplain |
K4zuki |
78:434514b8d383 | 22 | *.RTF diff=astextplain |