summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/modpybpin.c
Commit message (Expand)AuthorAge
* esp8266: Expose pin object as a public structure for use as C pin API.Damien George2016-03-24
* esp8266/modpybpin: Add support for GPIO16.Paul Sokolovsky2016-03-05
* esp8266: Expose simple pin API at C level.Damien George2016-03-05
* esp8266: Implement Pin.__call__() and Pin.OPEN_DRAIN mode.Damien George2016-03-05
* py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.Damien George2016-01-11
* esp8266: Update to SDK version 1.1.0 (MIT-licensed).Josef Gajdusek2015-05-30
* py: Overhaul and simplify printf/pfenv mechanism.Damien George2015-04-16
* esp8266: Add basic pyb.Pin class; supports output mode only.Damien George2015-02-13