benjaminjnoack / blueboard

C library for the LPC1768 mbed application board.
0 stars 0 forks source link

RGB PWM #1

Closed benjaminjnoack closed 7 years ago

benjaminjnoack commented 7 years ago

The RGB LEDs are connected to PWM. Ideally the whole led could be set with RGB hex values.

benjaminjnoack commented 7 years ago

Currently the RGB is set to use GPIO. They would need to be initialized as PWM. I think the existing API can stay in place as it is expanded.