summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/modonewire.c
Commit message (Collapse)AuthorAge
* esp8266: Separate 1-wire timing funcs from Python module to save iRAM.Damien George2016-04-14
| | | | | esponewire.c contains low-level timing-critical functions that go in iRAM. modonewire.c contains Python wrapper code.
* esp8266: Add onewire helper functions as C module.Damien George2016-03-24
Includes functions to read and write bits and bytes.