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