circuitpython/ports/stm/common-hal
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
..
alarm Style fixes, submodules 2021-05-13 11:24:27 -04:00
analogio run code formatting script 2021-03-15 19:27:36 +05:30
audiopwmio codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
board create copy 2020-03-11 18:13:06 -04:00
busio run code formatting script 2021-03-15 19:27:36 +05:30
canio run code formatting script 2021-03-15 19:27:36 +05:30
digitalio run code formatting script 2021-03-15 19:27:36 +05:30
displayio More formatting 2021-03-16 08:29:04 -05:00
microcontroller Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
neopixel_write run code formatting script 2021-03-15 19:27:36 +05:30
nvm run code formatting script 2021-03-15 19:27:36 +05:30
os run code formatting script 2021-03-15 19:27:36 +05:30
pulseio Fix formatting and broken links 2021-05-10 18:04:43 -04:00
pwmio codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
rgbmatrix run code formatting script 2021-03-15 19:27:36 +05:30
sdioio run code formatting script 2021-03-15 19:27:36 +05:30
supervisor run code formatting script 2021-03-15 19:27:36 +05:30