summaryrefslogtreecommitdiffstatshomepage
path: root/examples/hwapi/hwconfig_esp8266_esp12.py
Commit message (Collapse)AuthorAge
* examples/hwapi/hwconfig*: Use inline Signal() args where possible.Paul Sokolovsky2017-05-12
|
* extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter.Damien George2017-04-15
| | | | | | | 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.
* examples/hwapi: Use Signal for inverted LED on ESP-12.Paul Sokolovsky2017-01-29
|
* examples/hwapi: Example showing best practices for HW API usage in apps.Paul Sokolovsky2016-11-06
Showing and providing detailed instructions and motivation.