mirror of
https://github.com/arwidcool/Solder-Plate.git
synced 2024-11-24 15:00:15 +01:00
Commit 1
This commit is contained in:
parent
737c6c3b35
commit
655bd9ffef
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user