We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffaac5 commit f1a8757Copy full SHA for f1a8757
libraries/PinLayout/PinLayout.cpp
@@ -25,7 +25,7 @@ void PinLayout::setup()
25
pinMode(motorSetBFor, OUTPUT);
26
pinMode(motorSetBBack, OUTPUT);
27
// PLINKO
28
- pinMode(plinkoEnable, INPUT);
+ pinMode(plinkoEnable, OUTPUT);
29
pinMode(plinkoBin1, INPUT);
30
pinMode(plinkoBin2, INPUT);
31
pinMode(plinkoBin3, INPUT);
0 commit comments