mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-19 02:51:47 +02:00
14 lines
277 B
C++
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:
|
|
} |