MeshCore/variants/t114/target.h

10 lines
163 B
C
Raw Normal View History

#pragma once
#include <helpers/nrf52/T114Board.h>
#include <helpers/CustomSX1262Wrapper.h>
extern T114Board board;
extern RADIO_CLASS radio;
bool radio_init();