circuitpython/ports/nrf/boards/makerdiary_nrf52840_m2_devkit
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
..
README.md add makerdiary nrf52840 m.2 devkit 2020-07-09 10:01:04 +00:00
board.c run code formatting script 2021-03-15 19:27:36 +05:30
mpconfigboard.h Simplify the status LED to save power 2021-05-13 14:41:20 -07:00
mpconfigboard.mk Automatically count EXTERNAL_FLASH_DEVICES 2021-03-07 11:48:39 -06:00
pins.c run code formatting script 2021-03-15 19:27:36 +05:30

README.md

Makerdiary nRF52840 M.2 Developer Kit

The devkit is a versatile IoT prototyping platform, including the nRF52840 M.2 Module and M.2 Dock. You can use the developer kit to prototype your IoT products and then scale to production faster using the nRF52840 M.2 Module combined with your custom PCB hardware.

Refer to https://github.com/makerdiary/nrf52840-m2-devkit for more details.