File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
exercises/ping_bell/solution Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ board.on('ready', function () {
7
7
var server = dgram . createSocket ( 'udp4' )
8
8
9
9
server . on ( 'message' , function ( ) {
10
- piezo . song ( 'cdfda ag cdfdg gf ' , '111111442111111442' )
10
+ piezo . tone ( five . Piezo . Notes . c4 , 1000 )
11
11
} )
12
12
13
13
server . bind ( 1337 )
Original file line number Diff line number Diff line change 37
37
"chai" : " ^1.9" ,
38
38
"dnode" : " ^1.2.0" ,
39
39
"ioboard" : " ^3.0" ,
40
- "johnny-five" : " ^0.7.39 " ,
40
+ "johnny-five" : " ^0.8.1 " ,
41
41
"proxyquire" : " ^1.0.0" ,
42
42
"sinon" : " ^1.9" ,
43
43
"workshopper" : " ^1.2.2" ,
50
50
"devDependencies" : {
51
51
"gulp-jshint" : " ^1.6.1" ,
52
52
"gulp" : " ^3.6.2" ,
53
- "jshint-stylish" : " ^0.2 .0" ,
53
+ "jshint-stylish" : " ^0.4 .0" ,
54
54
"gulp-shell" : " ^0.2.5"
55
55
}
56
56
}
You can’t perform that action at this time.
0 commit comments