Skip to content

Commit

Permalink
Update smartHumidor.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
h0ryz0n authored Apr 25, 2017
1 parent fc0a0aa commit fa35300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartHumidor.ino
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// Sensors parameters
const int INTERVAL = 60000; // [ms] delay between readings
//dht22
const int DHTpin[] = {1,2,4}; // add/remove sensors by pin
const int DHTpin[] = {1,2,4}; // add/remove sensors by pin (quicker than declaring one by one)
const float offsetT[] = {0,0,0}; // temperature offsets
const float offsetH[] = {5,5,1}; // humidity offsets

Expand Down

0 comments on commit fa35300

Please sign in to comment.