Skip to content

Commit 2d97844

Browse files
committed
IOIO: openDigitalOutput now only has one argument
1 parent b2b12df commit 2d97844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ioio/samples/led.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import ioio
22

3-
out = ioio.openDigitalOutput(0, 1)
3+
out = ioio.openDigitalOutput(0)
44

55
print "wait for connect"
66
ioio.waitForConnect()

0 commit comments

Comments
 (0)