|
Arduino KVComm
master
Key-Value pair communication library for Arduino
|
SLIP special character codes. More...
Variables | |
| const static uint8_t | END = 0300 |
| indicates end of packet More... | |
| const static uint8_t | ESC = 0333 |
| indicates byte stuffing More... | |
| const static uint8_t | ESC_END = 0334 |
| ESC ESC_END means END data byte. More... | |
| const static uint8_t | ESC_ESC = 0335 |
| ESC ESC_ESC means ESC data byte. More... | |
SLIP special character codes.
|
static |
|
static |
|
static |
1.8.16