Add support for Seeed NRF + RTC

This commit is contained in:
Matthew Harrold
2025-06-17 23:12:10 +01:00
parent fab84925c3
commit 83b70b3167
2 changed files with 5 additions and 3 deletions

View File

@@ -5,12 +5,13 @@
#include <helpers/RadioLibWrappers.h>
#include <helpers/nrf52/XiaoNrf52Board.h>
#include <helpers/CustomSX1262Wrapper.h>
#include <helpers/AutoDiscoverRTCClock.h>
#include <helpers/ArduinoHelpers.h>
#include <helpers/sensors/EnvironmentSensorManager.h>
extern XiaoNrf52Board board;
extern WRAPPER_CLASS radio_driver;
extern VolatileRTCClock rtc_clock;
extern AutoDiscoverRTCClock rtc_clock;
extern EnvironmentSensorManager sensors;
bool radio_init();