mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-04 01:31:41 +02:00
merge into 7 color detection
This commit is contained in:
12
example/example.ino
Normal file
12
example/example.ino
Normal file
@ -0,0 +1,12 @@
|
||||
#include <Dezibot.h>
|
||||
|
||||
|
||||
|
||||
Dezibot dezibot = Dezibot();
|
||||
|
||||
void setup() {
|
||||
dezibot.begin();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
}
|
Reference in New Issue
Block a user