mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 09:50:20 +02:00
4 lines
122 B
C
4 lines
122 B
C
extern const mp_obj_type_t pyb_pin_type;
|
|
extern const mp_obj_type_t pyb_adc_type;
|
|
extern const mp_obj_base_t pyb_rtc_obj;
|