dezibot/example/start/start.ino
2024-06-14 08:27:34 +02:00

14 lines
277 B
C++

#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:
}