mirror of
https://github.com/stasenso/rp_pico_test.git
synced 2026-06-26 21:42:44 +03:00
Added processing of the temperature sensor
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#include <math.h>
|
||||
|
||||
uint16_t frame_buffer[WIDTH * HEIGHT]; // Буфер для экрана
|
||||
float humidity, temperature;
|
||||
|
||||
// Установка пикселя в буфере (с проверкой границ)
|
||||
|
||||
unsigned short reverse(unsigned short x)
|
||||
|
||||
Reference in New Issue
Block a user