Switch sub-1GHz band (#349)

* switch band
* extract subghz api to files
This commit is contained in:
coreglitch
2021-02-25 13:29:00 +03:00
committed by GitHub
parent 1b2c31da6f
commit 2fbf427e0a
8 changed files with 74 additions and 14 deletions

View File

@@ -21,5 +21,6 @@ template <unsigned int N> struct STOP_EXTERNING_ME {};
#include "api-hal-bt.h"
#include "api-hal-spi.h"
#include "api-hal-flash.h"
#include "api-hal-subghz.h"
void api_hal_init();