index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
examples
/
hwapi
Commit message (
Expand
)
Author
Age
*
examples/hwapi/soft_pwm2_uasyncio: Update for call_later_ms().
Paul Sokolovsky
2017-05-17
*
examples/hwapi/hwconfig*: Use inline Signal() args where possible.
Paul Sokolovsky
2017-05-12
*
examples/hwapi: Add config for Zephyr port of 96Boards Carbon.
Paul Sokolovsky
2017-04-27
*
extmod/machine_signal: Rename "inverted" arg to "invert", it's shorter.
Damien George
2017-04-15
*
examples/hwapi/soft_pwm: Use Signal on()/off() methods.
Paul Sokolovsky
2017-02-14
*
examples/hwapi: Be sure to import Signal when it's used.
Damien George
2017-02-09
*
examples/hwapi: Add hwconfig_pyboard.py for pyboard.
Kai Fricke
2017-02-09
*
examples/button_reaction: Update for time_pulse_us() no longer raising exc.
Paul Sokolovsky
2017-02-05
*
examples/hwapi: Consistently use Signal class to define LEDs.
Paul Sokolovsky
2017-01-29
*
examples/hwapi: Use Signal for inverted LED on ESP-12.
Paul Sokolovsky
2017-01-29
*
examples/hwapi/hwconfig_console: Don't alloc memory in value().
Paul Sokolovsky
2016-12-23
*
examples/hwapi: Add hwconfig for console tracing of LED operations.
Paul Sokolovsky
2016-11-18
*
examples/hwapi: Add example for machine.time_pulse_us().
Paul Sokolovsky
2016-11-17
*
examples/hwapi: Add uasyncio example of fading 2 LEDs in parallel.
Paul Sokolovsky
2016-11-14
*
examples/hwapi: Add soft_pwm example converted to uasyncio.
Paul Sokolovsky
2016-11-13
*
examples/hwapi: button_led: Add GPIO pin read example.
Paul Sokolovsky
2016-11-12
*
examples/hwapi: Add hwconfig for DragonBoard 410c.
Paul Sokolovsky
2016-11-10
*
examples/hwapi: Example showing best practices for HW API usage in apps.
Paul Sokolovsky
2016-11-06