mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 11:10:52 +00:00
* Added initial support for Texas Instrument LP5562 * Added proper support for Ambient Lighting * Code merge for all RBG_LED enabled devices * Fixed forgotten log_info & added firstRGBLED()
5 lines
65 B
C
5 lines
65 B
C
#ifdef HAS_LP5562
|
|
#include <LP5562.h>
|
|
extern LP5562 rgbw;
|
|
|
|
#endif |