mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-30 00:38:13 +00:00
10 lines
165 B
C
10 lines
165 B
C
#pragma once
|
|
|
|
#include <helpers/nrf52/TechoBoard.h>
|
|
#include <helpers/CustomSX1262Wrapper.h>
|
|
|
|
extern TechoBoard board;
|
|
extern RADIO_CLASS radio;
|
|
|
|
bool radio_init();
|