We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e444fe commit ef0476fCopy full SHA for ef0476f
src/board/Bit.js
@@ -54,7 +54,7 @@
54
55
proto.startup = function() {
56
this._isReady = true;
57
- this.getPin(35).setMode(2); //set analogNum 7 = pin35
+ this.getPin(34).setMode(2); //set analogNum 6 = pin34
58
this.emit(webduino.BoardEvent.READY, this);
59
};
60
0 commit comments