Skip to content

Commit ef0476f

Browse files
committed
Change pin 34 to mode 2
1 parent 6e444fe commit ef0476f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/board/Bit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
proto.startup = function() {
5656
this._isReady = true;
57-
this.getPin(35).setMode(2); //set analogNum 7 = pin35
57+
this.getPin(34).setMode(2); //set analogNum 6 = pin34
5858
this.emit(webduino.BoardEvent.READY, this);
5959
};
6060

0 commit comments

Comments
 (0)