mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
937c954d92
The lpc23xx MCU has up to three I2C interfaces.
This adds a driver for it.
The peripheral works in interrupt mode, each change of the state machine
will generate an interrupt.
The response to the states are laid out in the data sheet.
This replaces the old driver that was removed in
|
||
---|---|---|
.. | ||
doc | ||
include | ||
ldscripts | ||
mci | ||
periph | ||
tools | ||
asmfunc.s | ||
clocks.c | ||
cpu.c | ||
lpc23xx-iap.c | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
startup.s |