You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: