Arduino KVComm
master
Key-Value pair communication library for Arduino
|
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
SLIP_Constants | |
SLIP special character codes. | |
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... | |