This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5a57447a8c
micropython
/
esp8266
/
modpyb.h
3 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
esp8266: Add basic pyb.Pin class; supports output mode only.
2015-02-13 22:21:44 +00:00
extern
const
mp_obj_type_t
pyb_pin_type
;
esp8266: Add utime and pyb.RTC
2015-05-11 20:11:37 +01:00
extern
const
mp_obj_base_t
pyb_rtc_obj
;