MeshCore/variants/promicro/target.h
2025-03-21 21:53:53 +11:00

10 lines
210 B
C

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