TempRelay/README.md

10 lines
703 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# TempRelay
Ардуино циклически переключает реле с таймаутом на основании показаний датчика DS18B20 на заданных темп-ных пределах.
Если тек. темп-ра меньше первого порога - реле всегда отключено.
Если тек. темп-ра выше последнего порога - исп. последний порог.
Требуются библиотеки:
* [OneWire](https://github.com/PaulStoffregen/OneWire)
* [DallasTemperature](https://github.com/milesburton/Arduino-Temperature-Control-Library)
* [MicroDS18B20](https://github.com/GyverLibs/microDS18B20)