Added processing of the temperature sensor

This commit is contained in:
Stanislav N Mikhailov
2025-01-12 21:11:47 +03:00
parent 1726b92ae4
commit 14a1a0fcf5
6 changed files with 101 additions and 6 deletions
+2
View File
@@ -2,6 +2,8 @@
#include <math.h>
uint16_t frame_buffer[WIDTH * HEIGHT]; // Буфер для экрана
float humidity, temperature;
// Установка пикселя в буфере (с проверкой границ)
unsigned short reverse(unsigned short x)