Arduino KVComm  master
Key-Value pair communication library for Arduino
Namespaces | Variables
SLIP.hpp File Reference
#include <stdint.h>
Include dependency graph for SLIP.hpp:
This graph shows which files directly or indirectly include this file:

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...