summaryrefslogtreecommitdiff
path: root/esp8266/machine_pin.c
AgeCommit message (Expand)Author
2017-05-21esp8266, stmhal, zephyr: Rename machine.Pin high/low methods to on/off.Paul Sokolovsky
2017-04-11extmod/machine_signal: Support all Pin's arguments to the constructor.Paul Sokolovsky
2017-03-21esp8266/machine_pin: Fix pin.irq() to work when all args are keywords.Damien George
2017-03-21esp8266/machine_pin: Fix memset size for zeroing of pin_irq_is_hard.Damien George
2017-03-20esp8266/machine_pin: Make pin.irq arguments positional.Damien George
2017-03-20esp8266/machine_pin: Add "hard" parameter to pin.irq, soft by default.Damien George
2017-03-20esp8266: Enable micropython.schedule() with locking in pin callback.Damien George
2017-01-29esp8266/machine_pin: Implement pin ioctl protocol.Paul Sokolovsky
2017-01-04all: Consistently update signatures of .make_new and .call methods.Paul Sokolovsky
2016-11-06esp8266: Rename "machine" module implementation to use contemporary naming.Paul Sokolovsky