Показаны различия между двумя версиями страницы.
| Предыдущая версия справа и слеваПредыдущая версия | |||
| products:laboratory_iot_c:exp41 [2024/11/24 14:21] – [Программный код эксперимента] labuser30 | products:laboratory_iot_c:exp41 [2024/12/01 14:08] (текущий) – labuser30 | ||
|---|---|---|---|
| Строка 43: | Строка 43: | ||
| lcd.clear(); | lcd.clear(); | ||
| lcd.print(" | lcd.print(" | ||
| - | lcd.println(temp_outodor, | + | lcd.println(temp_outodor, |
| lcd.print(" | lcd.print(" | ||
| - | lcd.print(temp_inroom, | + | lcd.print(temp_inroom, |
| delay(1000); | delay(1000); | ||
| } | } | ||
| Строка 115: | Строка 115: | ||
| lcd.clear(); | lcd.clear(); | ||
| lcd.print(" | lcd.print(" | ||
| - | lcd.println(temp_outodor, | + | lcd.println(temp_outodor, |
| </ | </ | ||
| Строка 121: | Строка 121: | ||
| <code arduino[enable_line_numbers=" | <code arduino[enable_line_numbers=" | ||
| lcd.print(" | lcd.print(" | ||
| - | lcd.print(temp_inroom, | + | lcd.print(temp_inroom, |
| </ | </ | ||