mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
9 lines
No EOL
299 B
C
9 lines
No EOL
299 B
C
#pragma once
|
|
#include <stdint.h>
|
|
|
|
// 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(); |