2025-03-21 18:57:12 +11:00
|
|
|
#pragma once
|
|
|
|
|
|
2025-03-21 21:53:53 +11:00
|
|
|
#include <helpers/nrf52/FaketecBoard.h>
|
2025-03-21 18:57:12 +11:00
|
|
|
#include <helpers/CustomSX1262Wrapper.h>
|
|
|
|
|
#include <helpers/CustomLLCC68Wrapper.h>
|
|
|
|
|
|
|
|
|
|
extern FaketecBoard board;
|
|
|
|
|
extern RADIO_CLASS radio;
|
|
|
|
|
|
|
|
|
|
bool radio_init();
|