changed handling of PT Enable PINs

This commit is contained in:
hhaupt
2024-04-28 19:32:18 +02:00
parent 8cb33e3096
commit b4c0bde8a9
4 changed files with 9 additions and 6 deletions

View File

@ -13,6 +13,6 @@ dezibot.multiColorLight.setLed(TOP_RIGHT,dezibot.multiColorLight.color(0,100,0))
dezibot.multiColorLight.blink(10,0x00FF0000,BOTTOM,500);
delay(1000);
dezibot.multiColorLight.turnOff(ALL);
dezibot.multiColorLight.turnOffLed(ALL);
delay(1000);
}

View File

@ -2,7 +2,7 @@
Dezibot dezibot = Dezibot();
void setup() {
dezibot.begin();
Serial.begin(9600);
Serial.begin(115200);
}
void loop() {
Serial.println("bla");