Ambient lighting (#2779)

* This was already defined and throwing a ton of warnings

* Ambient lighting module feature

* Use local instance type
This commit is contained in:
Ben Meadors
2023-09-07 12:24:47 -05:00
committed by GitHub
parent fd563e41f1
commit dcdf9b64de
6 changed files with 91 additions and 13 deletions

View File

@@ -1,5 +1,3 @@
#include "main.h"
#ifdef HAS_NCP5623
#include <NCP5623.h>
extern NCP5623 rgb;