Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sigorilla committed Feb 7, 2020
1 parent 43c402f commit 8b9d892
Show file tree
Hide file tree
Showing 3 changed files with 363 additions and 246 deletions.
3 changes: 1 addition & 2 deletions examples/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

// Import the interface to Tessel hardware
const tessel = require('tessel');
const debug = require('debug')('j5');

// Turn one of the LEDs on to start.
tessel.led[2].on();
Expand All @@ -13,4 +12,4 @@ setInterval(() => {
tessel.led[3].toggle();
}, 100);

debug('I\'m blinking! (Press CTRL + C to stop)');
console.log('I\'m blinking! (Press CTRL + C to stop)');
Loading

0 comments on commit 8b9d892

Please sign in to comment.