micropython/esp8266/modpyb.h

4 lines
123 B
C
Raw Normal View History

extern const mp_obj_type_t pyb_pin_type;
2015-05-18 19:35:56 +03:00
extern const mp_obj_type_t pyb_adc_type;
extern const mp_obj_type_t pyb_rtc_type;