|
F439_CPP_TX-RX_LoRa_Project
|
Application-layer radio orchestration entry points. More...


Go to the source code of this file.
Functions | |
| void | RadioApp_Init (SX1262_Handle *sx) |
| Initialize the radio application state. | |
| void | RadioApp_Loop (void) |
| Run one iteration of the radio application loop. | |
| void | RadioApp_OnDio1Exti (uint16_t pin) |
| Notify the application of an SX1262 DIO1 EXTI event. | |
Application-layer radio orchestration entry points.
| void RadioApp_Init | ( | SX1262_Handle * | sx | ) |
Initialize the radio application state.
| sx | Driver handle used by the application. |
Initialize the radio application state.
| void RadioApp_Loop | ( | void | ) |
Run one iteration of the radio application loop.
Run one iteration of the radio application loop.
| void RadioApp_OnDio1Exti | ( | uint16_t | pin | ) |
Notify the application of an SX1262 DIO1 EXTI event.
| pin | GPIO pin value reported by the EXTI callback. |
Notify the application of an SX1262 DIO1 EXTI event.