summaryrefslogtreecommitdiffstatshomepage
path: root/examples/hwapi/soft_pwm.py
Commit message (Collapse)AuthorAge
* examples/hwapi/soft_pwm: Use Signal on()/off() methods.Paul Sokolovsky2017-02-14
| | | | | | Just one sample is updated with on()/off() for now, there should be remaining sample(s) showing .value() use (but more can be converted later, as long as 1 or so good samples of .value() remains).
* examples/hwapi: Example showing best practices for HW API usage in apps.Paul Sokolovsky2016-11-06
Showing and providing detailed instructions and motivation.