We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5af1744 + 3004208 commit ca844c3Copy full SHA for ca844c3
1 file changed
examples/blink.js
@@ -4,7 +4,7 @@ wpi.setup('wpi');
4
5
var pin = 0;
6
7
-wpi.pinMode(0, wpi.OUTPUT);
+wpi.pinMode(pin, wpi.OUTPUT);
8
9
var value = 1;
10
0 commit comments