mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-04 17:51:41 +02:00
added example sketches
This commit is contained in:
14
example/start/start.ino
Normal file
14
example/start/start.ino
Normal file
@ -0,0 +1,14 @@
|
||||
#include "Dezibot.h"
|
||||
|
||||
Dezibot dezibot = Dezibot();
|
||||
|
||||
void setup(){
|
||||
dezibot.begin();
|
||||
//comment in to use WIFI-Communication
|
||||
//dezibot.communication.begin();
|
||||
// put your setup code here, to run once:
|
||||
}
|
||||
|
||||
void loop(){
|
||||
// put your main code here, to run repeatedly:
|
||||
}
|
Reference in New Issue
Block a user