Age | Commit message (Collapse) | Author |
|
Following finalized naming in uasyncio.
|
|
|
|
|
|
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.
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires BUTTON defined in hwconfig, so far tested on DragonBoard 410c.
|
|
This requires recently added implementation of machine.Pin from
micropython-lib.
|
|
Showing and providing detailed instructions and motivation.
|