aboutsummaryrefslogtreecommitdiff
path: root/esp8266/modpyb.c
AgeCommit message (Expand)Author
2015-05-05esp8266: Return CPU frequency in Hz.Damien George
2015-02-13esp8266: Add basic pyb.Pin class; supports output mode only.Damien George
2015-02-13stmhal: Make pybstdio usable by other ports, and use it.Damien George
2015-01-18esp8266:modpyb: Implement hard_reset().Paul Sokolovsky
2015-01-01esp8266: Prefix includes with py/; remove need for -I../py.Damien George
2014-11-29Use MP_DEFINE_CONST_DICT macro to define module dicts.Damien George
2014-11-27esp8266: New port of Micro Python to ESP8266 wifi module.Damien George