Dezibot 4
Loading...
Searching...
No Matches
start.ino
Go to the documentation of this file.
1#include "Dezibot.h"
2
3Dezibot dezibot = Dezibot();
4
5void 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
12void loop(){
13// put your main code here, to run repeatedly:
14}