Closed
Description
These LEDs have three pins connected to the microcontroller, one for each color. They can be adjusted in color by PWMing each pin. The code would be added here: https://github.com/adafruit/circuitpython/blob/master/supervisor/shared/rgb_led_status.c#L57
It should use the PWMOut common hal APIs so that it works across ports. An API to never reset the PWM outs will needed to be added in addition to allowing the pins to be used by user code.
This is needed for status neopixel on the MakerDiary boards, Particle boards and the Nordic Dongle dev board.