firmware/src/graphics/RAKled.h
Ben Meadors dcdf9b64de
Ambient lighting (#2779)
* This was already defined and throwing a ton of warnings

* Ambient lighting module feature

* Use local instance type
2023-09-07 12:24:47 -05:00

5 lines
67 B
C

#ifdef HAS_NCP5623
#include <NCP5623.h>
extern NCP5623 rgb;
#endif