|
Ares LoRa Firmware
|
Unified buffer structure for LoRa. More...
#include <lora.h>
Data Fields | |
| uint8_t | buf [ARES_LORA_TRX_BUF_SIZE] |
| size_t | len |
Unified buffer structure for LoRa.
| uint8_t ares_lora_buf::buf[ARES_LORA_TRX_BUF_SIZE] |
Buffer for storing bytes.
| size_t ares_lora_buf::len |
Number of valid bytes starting from 0.