Skip to content

Commit

Permalink
Added missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
jukra committed Oct 5, 2015
1 parent 1ee5df5 commit b629d65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eg/temperature-tmp36.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ five.Board().on("ready", function() {
pin: "A0"
});

var sensor = new five.Sensor("A5");

temperature.on("data", function() {
console.log(this.celsius + "°C", this.fahrenheit + "°F");
});
Expand Down

0 comments on commit b629d65

Please sign in to comment.