mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-02 10:16:11 +00:00
10 lines
159 B
C
10 lines
159 B
C
#pragma once
|
|
|
|
#include <helpers/TBeamBoard.h>
|
|
#include <helpers/CustomSX1276Wrapper.h>
|
|
|
|
extern TBeamBoard board;
|
|
extern RADIO_CLASS radio;
|
|
|
|
bool radio_init();
|