altos/lpc: Add ADC driver
authorKeith Packard <keithp@keithp.com>
Sat, 18 May 2013 10:18:19 +0000 (03:18 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 18 May 2013 10:18:19 +0000 (03:18 -0700)
commit166977c65bddb50d600a3c1e1f278c425b673697
treed742273ef55fbfff9af1c1b5a27f69b481d9e087
parented25a46571d988ccf37ae915dff97b5f00bcf9cf
altos/lpc: Add ADC driver

Uses burst mode to get the whole set of values in one interrupt

Signed-off-by: Keith Packard <keithp@keithp.com>
src/lpc/ao_adc_lpc.c [new file with mode: 0644]