 |
Firmware for an ad-hoc mesh network of Internet-of-Things devices based on LoRa (Long Range radio) that can be deployed quickly and cheaply.
|
#define CDPCFG_PIN_RGBLED_R
CDP RGB Led RED Pin default value.
Definition: cdpcfg.h:345
#define CDPCFG_PIN_RGBLED_B
CDP RGB Led BLUE Pin default value.
Definition: cdpcfg.h:349
void setupLED(int redPin=CDPCFG_PIN_RGBLED_R, int greenPin=CDPCFG_PIN_RGBLED_G, int bluePin=CDPCFG_PIN_RGBLED_B)
Initialize access to the LED.
#define CDPCFG_PIN_RGBLED_G
CDP RGB Led GREEN Pin default value.
Definition: cdpcfg.h:347
void setColor(int ledR=CDPCFG_PIN_RGBLED_R, int ledG=CDPCFG_PIN_RGBLED_G, int ledB=CDPCFG_PIN_RGBLED_B)
Set the Color object.
static DuckLed * getInstance()
Get a singletom instance of the DuckLed class.
Internal on board LED abstraction.
Definition: DuckLed.h:24
CDP central compile-time configuration file.