micropython/esp8266/modpyb.h

4 lines
122 B
C
Raw Normal View History

extern const mp_obj_type_t pyb_pin_type;
2015-05-18 17:35:56 +01:00
extern const mp_obj_type_t pyb_adc_type;
2015-05-11 20:11:37 +01:00
extern const mp_obj_base_t pyb_rtc_obj;