circuitpython/shared-bindings/supervisor
Scott Shawcroft 1a0b4193b7
Simplify the status LED to save power
This also removes the need to pin share because we don't use the
status LED while user code is running.

The status flashes fallback to the HW_STATUS LED if no RGB LED is
present. Each status has a unique blink pattern as well.

One caveat is the REPL state. In order to not pin share, we set the
RGB color once. PWM and single color will be shutoff immediately but
DotStars and NeoPixels will hold the color until the user overrides
it.

Fixes #4133
2021-05-13 14:41:20 -07:00
..
RunReason.c some API renaming and bug fixes; fix docs 2020-11-24 23:37:05 -05:00
RunReason.h wip 2020-11-22 19:10:09 -05:00
Runtime.c Fix board builds and use MP_ERROR_TEXT in py and extmod 2021-05-05 17:51:52 -07:00
Runtime.h run code formatting script 2021-03-15 19:27:36 +05:30
__init__.c Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
__init__.h run code formatting script 2021-03-15 19:27:36 +05:30