MeshCore/variants/t1000-e/t1000e_sensors.h
2025-06-02 19:33:48 +02:00

8 lines
No EOL
280 B
C

#pragma once
// Light and temperature sensors are on ADC ports
// 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();
extern float t1000e_get_temperature();