merge into 7 color detection

This commit is contained in:
Prof.J.Wagner
2024-06-06 15:16:46 +02:00
4 changed files with 154 additions and 19 deletions

12
example/example.ino Normal file
View File

@ -0,0 +1,12 @@
#include <Dezibot.h>
Dezibot dezibot = Dezibot();
void setup() {
dezibot.begin();
}
void loop() {
}