Files
MeshCore-Solo/variants/t1000-e/target.h
T

19 lines
518 B
C
Raw Normal View History

#pragma once
2025-03-27 19:34:16 +11:00
#define RADIOLIB_STATIC_ONLY 1
#include <RadioLib.h>
#include <helpers/RadioLibWrappers.h>
#include <helpers/nrf52/T1000eBoard.h>
#include <helpers/CustomLR1110Wrapper.h>
2025-03-30 15:09:40 +02:00
#include <helpers/ArduinoHelpers.h>
extern T1000eBoard board;
2025-03-27 19:34:16 +11:00
extern WRAPPER_CLASS radio_driver;
2025-03-30 15:09:40 +02:00
extern VolatileRTCClock rtc_clock;
bool radio_init();
2025-03-27 19:34:16 +11:00
uint32_t radio_get_rng_seed();
void radio_set_params(float freq, float bw, uint8_t sf, uint8_t cr);
void radio_set_tx_power(uint8_t dbm);
mesh::LocalIdentity radio_new_identity();