Dezibot 4
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 }