t1000 cleanup + move NullDisplayDriver.h to helpers/ui for other variants to use

This commit is contained in:
recrof
2025-09-04 23:12:57 +02:00
parent a9fef1aefa
commit 816bbf925f
4 changed files with 94 additions and 125 deletions

View File

@@ -1,7 +1,8 @@
#pragma once
#include <stdint.h>
// Light and temperature sensors are on ADC ports
// functions adapted from Seeed examples to get values
// functions adapted from Seeed examples to get values
// see : https://github.com/Seeed-Studio/Seeed-Tracker-T1000-E-for-LoRaWAN-dev-board
extern uint32_t t1000e_get_light();