Initial commit with t-beam supreme sx1262 additions

This commit is contained in:
cod3doomy
2025-04-08 09:12:43 -07:00
parent 9498d2e824
commit 6092f5737c
6 changed files with 1642 additions and 26 deletions

View File

@@ -0,0 +1,17 @@
#pragma once
#include <RadioLib.h>
#include <helpers/RadioLibWrappers.h>
#include <helpers/TBeamS3SupremeBoard.h>
#include <helpers/CustomSX1262Wrapper.h>
#include <helpers/AutoDiscoverRTCClock.h>
extern TBeamS3SupremeBoard board;
extern WRAPPER_CLASS radio_driver;
extern AutoDiscoverRTCClock rtc_clock;
bool radio_init();
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();