Skip to content

Commit c12e553

Browse files
committed
remove board.on
1 parent 3fc6518 commit c12e553

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

TM1637.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
self._clk = clk;
1919
self._dio = dio;
2020
board.send([0xf0, 0x04, 0x44, 0x0, clk, dio, 0xf7]);
21-
board.on(webduino.BoardEvent.SYSEX_MESSAGE,
22-
function (event) {
23-
var m = event.message;
24-
sending = false;
25-
});
2621
}
2722

2823
TM1637.prototype = proto = Object.create(Module.prototype, {

0 commit comments

Comments
 (0)