Data Structures | |
| struct | serial_packet_t |
| Serial packet structure. More... | |
Macros | |
| #define | SERIAL_PACKET_LENGTH_OVERHEAD (1) |
| Packet length in addition to parameter. More... | |
| #define | SERIAL_PACKET_OVERHEAD (2) |
| Overhead for each packet: length and opcode. More... | |
Detailed Description
Macro Definition Documentation
◆ SERIAL_PACKET_LENGTH_OVERHEAD
| #define SERIAL_PACKET_LENGTH_OVERHEAD (1) |
Packet length in addition to parameter.
Definition at line 55 of file serial_packet.h.
◆ SERIAL_PACKET_OVERHEAD
| #define SERIAL_PACKET_OVERHEAD (2) |
Overhead for each packet: length and opcode.
Definition at line 57 of file serial_packet.h.