mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
extmod/machine_adc: Factor ports' ADC Python bindings to common code.
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>
This commit is contained in:
@@ -117,7 +117,6 @@ set(MICROPY_SOURCE_DRIVERS
|
||||
set(MICROPY_SOURCE_PORT
|
||||
fatfs_port.c
|
||||
help.c
|
||||
machine_adc.c
|
||||
machine_bitstream.c
|
||||
machine_i2c.c
|
||||
machine_pin.c
|
||||
|
||||
Reference in New Issue
Block a user