summaryrefslogtreecommitdiff
path: root/examples/hwapi/hwconfig_pyboard.py
AgeCommit message (Collapse)Author
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
Signed-off-by: Damien George <damien@micropython.org>
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
This is run with uncrustify 0.70.1, and black 19.10b0.
2017-05-12examples/hwapi/hwconfig*: Use inline Signal() args where possible.Paul Sokolovsky
2017-02-09examples/hwapi: Add hwconfig_pyboard.py for pyboard.Kai Fricke