aboutsummaryrefslogtreecommitdiffstats
path: root/libmaple/stm32f2/include/series/adc.h
Commit message (Collapse)AuthorAgeFilesLines
* Resurrect ADC support.Marti Bolivar2012-04-111-0/+331
Standard refactoring: add series headers for F1 and F2, along with series adc.c files. There are some issues relating to adc_extsel_event to hammer out later, but this will do for now. We also add some new portability interfaces to libmaple/adc.h in order for Wirish to use the same code to initialize the ADCs at init() time. As usual, F1 is untested. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>