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

11 lines
196 B
C
Raw Normal View History

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