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