Skip to content

Commit

Permalink
update header comment
Browse files Browse the repository at this point in the history
  • Loading branch information
momenso committed Nov 11, 2017
1 parent e3b142c commit 45db980
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/async-explicit.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// Module node-dht-sensor demo
// Read asynchronously from the sensor

// explicit async sensor read test
var sensor = require('../build/Release/node_dht_sensor');

var usage = 'USAGE: node async-explicit.js [sensorType] [gpioPin] <repeats>\n' +
' sensorType:\n' +
' 11: For DHT11 sensor.\n' +
Expand Down Expand Up @@ -40,5 +37,4 @@ var iid = setInterval(function() {
temperature.toFixed(1), humidity.toFixed(1), end - start);
}
});

}, 3000);

0 comments on commit 45db980

Please sign in to comment.