mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-07-26 14:58:12 +00:00
11 lines
196 B
C
11 lines
196 B
C
#pragma once
|
|
|
|
#include <FaketecBoard.h>
|
|
#include <helpers/CustomSX1262Wrapper.h>
|
|
#include <helpers/CustomLLCC68Wrapper.h>
|
|
|
|
extern FaketecBoard board;
|
|
extern RADIO_CLASS radio;
|
|
|
|
bool radio_init();
|