Dezibot 4
Loading...
Searching...
No Matches
start.ino
Go to the documentation of this file.
1
#include "Dezibot.h"
2
3
Dezibot dezibot = Dezibot();
4
5
void setup(){
6
dezibot.begin();
7
//comment in to use WIFI-Communication
8
//dezibot.communication.begin();
9
// put your setup code here, to run once:
10
}
11
12
void loop(){
13
// put your main code here, to run repeatedly:
14
}
example
start
start.ino
Generated by
1.11.0