summaryrefslogtreecommitdiff
path: root/examples/hwapi/hwconfig_dragonboard410c.py
AgeCommit message (Collapse)Author
2017-02-09examples/hwapi: Be sure to import Signal when it's used.Damien George
2017-01-29examples/hwapi: Consistently use Signal class to define LEDs.Paul Sokolovsky
2016-11-14examples/hwapi: Add uasyncio example of fading 2 LEDs in parallel.Paul Sokolovsky
2016-11-12examples/hwapi: button_led: Add GPIO pin read example.Paul Sokolovsky
Requires BUTTON defined in hwconfig, so far tested on DragonBoard 410c.
2016-11-10examples/hwapi: Add hwconfig for DragonBoard 410c.Paul Sokolovsky
This requires recently added implementation of machine.Pin from micropython-lib.