Skip to content

Commit cbf9418

Browse files
committed
Remove the startup of Bit
1 parent fc43142 commit cbf9418

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/board/Bit.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@
5252
}
5353
});
5454

55-
proto.startup = function() {
56-
this._isReady = true;
57-
this.getPin(34).setMode(2); //set analogNum 6 = pin34
58-
this.emit(webduino.BoardEvent.READY, this);
59-
};
60-
6155
Bit.DEFAULT_SERVER = 'wss://ws.webduino.io:443';
6256

6357

0 commit comments

Comments
 (0)