Skip to content

Commit 92b1656

Browse files
rwaldronmkellner
authored andcommitted
modules/pins/digital: Digital.inputPullUpDown = 3 Moddable-OpenSource#20
1 parent f239d47 commit 92b1656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/pins/digital/digital.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Digital @ "xs_digital_destructor" {
3131
Digital.Input = 0;
3232
Digital.InputPullUp = 1;
3333
Digital.InputPullDown = 2;
34-
Digital.InputPullUpDown = 2;
34+
Digital.InputPullUpDown = 3;
3535
Digital.Output = 8;
3636
Digital.OutputOpenDrain = 9;
3737

0 commit comments

Comments
 (0)