summaryrefslogtreecommitdiff
path: root/examples/hwapi/button_reaction.py
AgeCommit message (Collapse)Author
2023-06-08all: Replace all uses of umodule in Python code.Jim Mussared
Applies to drivers/examples/extmod/port-modules/tools. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
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-02-05examples/button_reaction: Update for time_pulse_us() no longer raising exc.Paul Sokolovsky
2016-11-17examples/hwapi: Add example for machine.time_pulse_us().Paul Sokolovsky