3591285091
* 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.
2 lines
39 B
C
2 lines
39 B
C
mp_obj_t pyb_ADC(mp_obj_t resolution);
|