summaryrefslogtreecommitdiff
path: root/examples/hwapi/hwconfig_esp8266_esp12.py
AgeCommit message (Collapse)Author
2017-05-12examples/hwapi/hwconfig*: Use inline Signal() args where possible.Paul Sokolovsky
2017-04-15extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter.Damien George
A shorter name takes less code size, less room in scripts and is faster to type at the REPL. Tests and HW-API examples are updated to reflect the change.
2017-01-29examples/hwapi: Use Signal for inverted LED on ESP-12.Paul Sokolovsky
2016-11-06examples/hwapi: Example showing best practices for HW API usage in apps.Paul Sokolovsky
Showing and providing detailed instructions and motivation.