mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-04 17:51:41 +02:00
added example sketches
This commit is contained in:
@ -8,14 +8,9 @@ void setup() {
|
||||
|
||||
void loop() {
|
||||
// put your main code here, to run repeatedly:
|
||||
dezibot.display.print("Starte Nachricht!");
|
||||
delay(2000);
|
||||
dezibot.multiColorLight.setLed(ALL,dezibot.multiColorLight.color(100,0,0));
|
||||
delay(2000);
|
||||
dezibot.multiColorLight.turnOffLed(ALL);
|
||||
delay(2000);
|
||||
//dezibot.display.print("Starte Nachricht!");
|
||||
//delay(2000);
|
||||
//dezibot.display.clear();
|
||||
dezibot.display.clear();
|
||||
|
||||
// T
|
||||
longSignal(1);
|
||||
@ -46,13 +41,9 @@ void loop() {
|
||||
longSignal(1);
|
||||
shortSignal(1);
|
||||
|
||||
dezibot.display.print("Ende Nachricht!");
|
||||
delay(2000);
|
||||
dezibot.multiColorLight.setLed(ALL,dezibot.multiColorLight.color(0,255,0));
|
||||
delay(2000);
|
||||
dezibot.multiColorLight.turnOffLed(ALL);
|
||||
delay(2000);
|
||||
//dezibot.display.print("Ende Nachricht!");
|
||||
//dezibot.display.clear();
|
||||
dezibot.display.clear();
|
||||
}
|
||||
|
||||
void shortSignal(int count){
|
||||
|
Reference in New Issue
Block a user