Commit 08a9ec6b818cedff353b1dd174208dc10a41354a
1 parent
3280d746
Minor text change in explanantion
Showing
1 changed file
with
5 additions
and
1 deletions
examples/Advanced_Thermostat/Advanced_Thermostat.ino
| ... | ... | @@ -2,7 +2,11 @@ |
| 2 | 2 | * https://github.com/Jeroen88/EasyOpenTherm |
| 3 | 3 | * https://www.tindie.com/products/Metriot/OpenTherm-adapter/ |
| 4 | 4 | * |
| 5 | - * Advanced_Thermostat is a program to demonstrate a basic but real working thermostat. | |
| 5 | + * Advanced_Thermostat is a program to demonstrate a real working thermostat. | |
| 6 | + * A temperature sensor is used to measure room temperature. A fixed room | |
| 7 | + * setpoint is used. Ofcourse for a real life thermostat this should be | |
| 8 | + * adjustable. Please adapt the program to your needs. | |
| 9 | + * | |
| 6 | 10 | * Copyright (C) 2022 Jeroen Döll <info@metriot.nl> |
| 7 | 11 | * |
| 8 | 12 | * This program is free software: you can redistribute it and/or modify | ... | ... |