mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-19 11:01:46 +02:00
moved example ino in separate directory
This commit is contained in:
parent
1596b3883c
commit
6ec94ae0dc
16
example/example/example.ino
Normal file
16
example/example/example.ino
Normal file
@ -0,0 +1,16 @@
|
||||
#include <Dezibot.h>
|
||||
|
||||
Dezibot dezibot = Dezibot();
|
||||
|
||||
void setup() {
|
||||
dezibot.begin();
|
||||
//dezibot.infraredLight.front.turnOn();
|
||||
//dezibot.infraredLight.bottom.turnOn();
|
||||
}
|
||||
|
||||
void loop() {
|
||||
dezibot.infraredLight.bottom.turnOn();
|
||||
delay(1000);
|
||||
dezibot.infraredLight.bottom.turnOff();
|
||||
delay(1000);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user