mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-05-13 12:55:09 +00:00
20 lines
467 B
C
20 lines
467 B
C
#pragma once
|
|
|
|
#define RADIOLIB_STATIC_ONLY 1
|
|
|
|
#include <RadioLib.h>
|
|
#include <helpers/AutoDiscoverRTCClock.h>
|
|
#include <helpers/radiolib/CustomSX1262Wrapper.h>
|
|
#include <helpers/radiolib/RadioLibWrappers.h>
|
|
#include <helpers/SensorManager.h>
|
|
#include <WaveshareBoard.h>
|
|
|
|
extern WaveshareBoard board;
|
|
extern WRAPPER_CLASS radio_driver;
|
|
extern AutoDiscoverRTCClock rtc_clock;
|
|
extern SensorManager sensors;
|
|
|
|
bool radio_init();
|
|
mesh::LocalIdentity radio_new_identity();
|
|
|