diff options
| author | Damien George <damien@micropython.org> | 2023-10-11 13:48:49 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-10-23 17:16:45 +1100 |
| commit | 95d8b5fd555ba26ebd79b29fade45d2bf0abc6c4 (patch) | |
| tree | cff4cb6867f00c45c9f1df4489ea036ea964e9ca /ports/esp32/modmachine.h | |
| parent | 48e0986666c9f2059c92253f3c0f9b4184d68816 (diff) | |
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>
Diffstat (limited to 'ports/esp32/modmachine.h')
| -rw-r--r-- | ports/esp32/modmachine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/esp32/modmachine.h b/ports/esp32/modmachine.h index abf029c47..68b7d4ffd 100644 --- a/ports/esp32/modmachine.h +++ b/ports/esp32/modmachine.h @@ -12,7 +12,6 @@ typedef enum { extern const mp_obj_type_t machine_timer_type; extern const mp_obj_type_t machine_pin_type; extern const mp_obj_type_t machine_touchpad_type; -extern const mp_obj_type_t machine_adc_type; extern const mp_obj_type_t machine_adcblock_type; extern const mp_obj_type_t machine_dac_type; extern const mp_obj_type_t machine_i2c_type; |
