initial support for Elecrow ThinkNode M1

This commit is contained in:
recrof
2025-05-03 15:42:10 +02:00
parent 1e031e989d
commit b407f923e0
3 changed files with 12 additions and 10 deletions

View File

@@ -6,10 +6,12 @@
#include <helpers/nrf52/ThinkNodeM1Board.h>
#include <helpers/CustomSX1262Wrapper.h>
#include <helpers/AutoDiscoverRTCClock.h>
#include <helpers/SensorManager.h>
extern ThinkNodeM1Board board;
extern WRAPPER_CLASS radio_driver;
extern AutoDiscoverRTCClock rtc_clock;
extern SensorManager sensors;
bool radio_init();
uint32_t radio_get_rng_seed();