circuitpython/ports/atmel-samd/boards/picoplanet
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
..
board.c Add `board_deinit` for use with sleep 2020-12-08 10:52:25 -08:00
mpconfigboard.h Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
mpconfigboard.mk regularize and shrink many builds 2021-05-05 12:35:41 -04:00
pins.c trailing spaces fix 2020-08-12 13:42:45 +02:00