Skip to content

Commit f1a8757

Browse files
authored
Fixed bad plinkoEnable signal
Was supposed to be an output **tahueed tsk tsk**
1 parent 6ffaac5 commit f1a8757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/PinLayout/PinLayout.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void PinLayout::setup()
2525
pinMode(motorSetBFor, OUTPUT);
2626
pinMode(motorSetBBack, OUTPUT);
2727
// PLINKO
28-
pinMode(plinkoEnable, INPUT);
28+
pinMode(plinkoEnable, OUTPUT);
2929
pinMode(plinkoBin1, INPUT);
3030
pinMode(plinkoBin2, INPUT);
3131
pinMode(plinkoBin3, INPUT);

0 commit comments

Comments
 (0)