Skip to content

Commit

Permalink
Добавлен комментарий
Browse files Browse the repository at this point in the history
  • Loading branch information
midnight1979 committed Apr 10, 2016
1 parent 9421f4b commit 4fa2140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smarthouse-water-management.ino
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,7 @@ void HotWaterTemp()
HotWater_Temp = readCelsius();
HotWater_Temp = (oldsensorValue * (averageFactor - 1) + HotWater_Temp) / averageFactor;
//y1 = map(HotWater_Temp + 53, 0, 120, 63, 18); // Вместо HotWater_Temp + 53 - вывести показания датчика температуры воздуха
//map - на заметку взять!
}
}

Expand Down

0 comments on commit 4fa2140

Please sign in to comment.