circuitpython/ports/mimxrt10xx/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
..
analogio run code formatting script 2021-03-15 19:27:36 +05:30
board Add license to some obvious files. 2020-07-06 19:16:25 +01:00
busio mimxrt10xx: Fix bogus assertion. 2021-03-31 09:21:08 -05:00
digitalio run code formatting script 2021-03-15 19:27:36 +05:30
displayio Formatting fixes 2021-03-16 08:22:02 -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
os run code formatting script 2021-03-15 19:27:36 +05:30
pulseio run code formatting script 2021-03-15 19:27:36 +05:30
pwmio codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
rtc 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