mirror of
https://github.com/micropython/micropython.git
synced 2026-03-11 11:20:17 +01:00
* 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);
|