From f08ef20e7a9eac57c468e6399e5acb613aff2daa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=BE=D0=B2=D0=B0=D0=BB=D0=B5=D0=B2=20=D0=A0=D0=BE?= =?UTF-8?q?=D0=BC=D0=B0=D0=BD=20=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D1=8C=D0=B5?= =?UTF-8?q?=D0=B2=D0=B8=D1=87?= Date: Mon, 3 Oct 2022 16:44:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1953596..8a1cb1a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ Ардуино циклически переключает реле с таймаутом на основании показаний датчика DS18B20 на заданных темп-ных пределах. Если тек. темп-ра меньше первого порога - реле всегда отключено. Если тек. темп-ра выше последнего порога - исп. последний порог. + Требуются библиотеки: -[OneWire](https://github.com/PaulStoffregen/OneWire) -[DallasTemperature](https://github.com/milesburton/Arduino-Temperature-Control-Library) -[MicroDS18B20](https://github.com/GyverLibs/microDS18B20) \ No newline at end of file +* [OneWire](https://github.com/PaulStoffregen/OneWire) +* [DallasTemperature](https://github.com/milesburton/Arduino-Temperature-Control-Library) +* [MicroDS18B20](https://github.com/GyverLibs/microDS18B20) \ No newline at end of file