F439_CPP_TX-RX_LoRa_Project
Loading...
Searching...
No Matches
radio_app.h
Go to the documentation of this file.
1
7#ifndef RADIO_APP_H_
8#define RADIO_APP_H_
9
10
11
12#pragma once
13#include "main.h"
14#include "sx1262.h"
15
24void RadioApp_Loop(void);
29void RadioApp_OnDio1Exti(uint16_t pin);
30
31
32
33#endif /* RADIO_APP_H_ */
SX1262_Handle sx
Definition main.c:65
: Header for main.c file.This file contains the common defines of the application.
void RadioApp_Loop(void)
Run one iteration of the radio application loop.
Definition radio_app.c:57
void RadioApp_Init(SX1262_Handle *sx)
Initialize the radio application state.
Definition radio_app.c:20
void RadioApp_OnDio1Exti(uint16_t pin)
Notify the application of an SX1262 DIO1 EXTI event.
Definition radio_app.c:49
Hardware binding for a single SX1262 instance.
Definition sx1262.h:20
SX1262 LoRa radio driver public interface.