Change input type for connectivity lines
This commit is contained in:
parent
1c36cfcde1
commit
d198904319
@ -100,10 +100,10 @@ void checkPress(int buttonID) {
|
|||||||
void setup() {
|
void setup() {
|
||||||
pinMode(BUTTON1_PIN, INPUT_PULLUP);
|
pinMode(BUTTON1_PIN, INPUT_PULLUP);
|
||||||
pinMode(BUTTON2_PIN, INPUT_PULLUP);
|
pinMode(BUTTON2_PIN, INPUT_PULLUP);
|
||||||
pinMode(POWER_PIN, INPUT_PULLUP);
|
pinMode(POWER_PIN, INPUT);
|
||||||
powerOnState = digitalRead(POWER_PIN) == HIGH;
|
powerOnState = digitalRead(POWER_PIN) == HIGH;
|
||||||
pinMode(austausch_master_pin, OUTPUT);
|
pinMode(austausch_master_pin, OUTPUT);
|
||||||
pinMode(randomizer_master_pin, INPUT_PULLUP);
|
pinMode(randomizer_master_pin, INPUT);
|
||||||
|
|
||||||
digitalWrite(austausch_master_pin, LOW);
|
digitalWrite(austausch_master_pin, LOW);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user