Files
MeshCore-Evo/variants/lilygo_tbeam/target.h

10 lines
159 B
C
Raw Normal View History

#pragma once
#include <helpers/TBeamBoard.h>
#include <helpers/CustomSX1276Wrapper.h>
extern TBeamBoard board;
extern RADIO_CLASS radio;
bool radio_init();