Implement initial ADC support
* Add simple ADC driver, with support for ADC1 and all channels. * Export MicroPython ADC object with read_channel function. * Add stm32f4xx_adc.c and adc.c to Makefile.
stm/adc.c
0 → 100644
stm/adc.h
0 → 100644
Please register or sign in to comment