This commit is contained in:
-help 2024-01-26 00:45:36 +02:00
parent 737c6c3b35
commit 655bd9ffef

View File

@ -76,6 +76,8 @@ ArduPID PID;
Button getPressedButton();
Button handleButtons();
void upButtonISR();
void downButtonISR();
void backButtonISR();
@ -95,6 +97,8 @@ void setup()
analogWriteFrequency(64);
Serial.println("Starting I2C scanner");
display.setRotation(3);
pinMode(yellowLED, OUTPUT);
pinMode(greenLED, OUTPUT);