aboutsummaryrefslogtreecommitdiff
path: root/extmod/modonewire.c
AgeCommit message (Expand)Author
2022-06-02all: Remove third argument to MP_REGISTER_MODULE.Damien George
2022-05-18extmod: Make port-included extmod modules use MP_REGISTER_MODULES.Jim Mussared
2021-09-02extmod/modonewire: Make _onewire module configurable via macro option.Damien George
2021-01-29extmod/modonewire: Use pin_od_high/pin_od_low instead of pin_write.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2018-10-17extmod/modonewire: Fix reset timings to match 1-wire specs.Damien George
2017-07-29extmod/mod{lwip,onewire,webrepl}: Convert to mp_rom_map_elem_t.Paul Sokolovsky
2017-06-22extmmod/modonewire: Rename public module to mp_module_onewire.Damien George
2017-06-22extmod: Move modonewire.c from esp8266 to extmod directory.Damien George