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 getPressedButton();
|
||||||
Button handleButtons();
|
Button handleButtons();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
void upButtonISR();
|
void upButtonISR();
|
||||||
void downButtonISR();
|
void downButtonISR();
|
||||||
void backButtonISR();
|
void backButtonISR();
|
||||||
@ -95,6 +97,8 @@ void setup()
|
|||||||
|
|
||||||
analogWriteFrequency(64);
|
analogWriteFrequency(64);
|
||||||
|
|
||||||
|
Serial.println("Starting I2C scanner");
|
||||||
|
|
||||||
display.setRotation(3);
|
display.setRotation(3);
|
||||||
pinMode(yellowLED, OUTPUT);
|
pinMode(yellowLED, OUTPUT);
|
||||||
pinMode(greenLED, OUTPUT);
|
pinMode(greenLED, OUTPUT);
|
||||||
|
Loading…
Reference in New Issue
Block a user