altos/lpc: i2c appears to be working lpc-spi
authorKeith Packard <keithp@keithp.com>
Tue, 20 Dec 2022 02:27:17 +0000 (18:27 -0800)
committerKeith Packard <keithp@keithp.com>
Tue, 20 Dec 2022 02:34:01 +0000 (18:34 -0800)
commitb64230438259e7fb4148652a1e0cab4eb364bd00
tree9c51a0398b55d0257adef57e1bfddf93e045a757
parentc77eeb1afab374f133c6f3d9ca71ba83856b86b8
altos/lpc: i2c appears to be working

The docs are full of lies; the example code here was useful:

https://github.com/tacowars/LPC1114-sandbox/blob/master/drivers/i2c/driver/i2c.c

Signed-off-by: Keith Packard <keithp@keithp.com>
src/Makefile.defs
src/lpc/ao_arch.h
src/lpc/ao_i2c_lpc.c
src/lpc/lpc.h
src/lpcxpresso/ao_demo.c
src/stm/ao_i2c_stm.c