target.h 163 B

123456789
  1. #pragma once
  2. #include <helpers/nrf52/T114Board.h>
  3. #include <helpers/CustomSX1262Wrapper.h>
  4. extern T114Board board;
  5. extern RADIO_CLASS radio;
  6. bool radio_init();