RGBLED
1.0.0
Easily control RGB LEDs.
|
#include <inttypes.h>
#include <math.h>
#include <Arduino.h>
Go to the source code of this file.
Classes | |
class | RGBLED |
Enumerations | |
enum | CommonElectrode : bool { anode = 1, cathode = 0 } |
Common electrode enum. More... | |
enum | State : bool { ON = 1, OFF = 0 } |
State enum. More... | |
Variables | |
const uint8_t | PWM_MAX = 255 |
The maximum value of the PWM. More... | |
|
strong |
Common electrode enum.
enum State : bool |
State enum.
const uint8_t PWM_MAX = 255 |
The maximum value of the PWM.