95d8b5fd55
No functional change, just code factoring to have the Python bindings in one location, and all the ports use those same bindings. Signed-off-by: Damien George <damien@micropython.org>
4 lines
141 B
C
4 lines
141 B
C
// Include the main ADC driver, so mboot can use adc_config() and adc_config_and_read_u16().
|
|
#include "py/obj.h"
|
|
#include "../machine_adc.c"
|