Pyrrha-Platform / Pyrrha-Z

Next-generation firmware built on the Zephyr RTOS.
Apache License 2.0
2 stars 0 forks source link

Add LED alerts #14

Open bpbradley opened 2 years ago

bpbradley commented 2 years ago

The original firmware had LED alerts which were used to notify the user of a number of conditions. The LED was RGB (used ws2812 driver). In this implementation, we should use a standard RGB LED instead (3 PWMs to drive the R,G, and B pins).

We need to first determine what alerts are needed from the LED, and then implement them in firmware.