circuitpython/ports/esp32s2/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 Fix formatting and broken links 2021-05-10 18:04:43 -04:00
analogio run code formatting script 2021-03-15 19:27:36 +05:30
audiobusio run code formatting script 2021-03-15 19:27:36 +05:30
board Initial ESP32S2 port. 2020-05-15 15:36:16 -07:00
busio Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
canio run code formatting script 2021-03-15 19:27:36 +05:30
countio 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
dualbank run code formatting script 2021-03-15 19:27:36 +05:30
frequencyio run code formatting script 2021-03-15 19:27:36 +05:30
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
ps2io 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 Move validation code to the right spot. 2021-05-03 09:16:46 -06:00
rotaryio run code formatting script 2021-03-15 19:27:36 +05:30
rtc wip 2020-11-22 19:10:09 -05:00
socketpool swap recvfrom_into() port byte-order 2021-03-22 20:03:26 -05:00
ssl 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
time merge from upstream + wip 2020-11-25 17:52:06 -05:00
touchio run code formatting script 2021-03-15 19:27:36 +05:30
watchdog run code formatting script 2021-03-15 19:27:36 +05:30
wifi remove unsupported authmodes 2021-04-30 22:11:32 +05:30