mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-31 15:10:40 +00:00
5 lines
65 B
C
5 lines
65 B
C
|
|
#ifdef HAS_LP5562
|
||
|
|
#include <LP5562.h>
|
||
|
|
extern LP5562 rgbw;
|
||
|
|
|
||
|
|
#endif
|