Arduino KVComm
master
Key-Value pair communication library for Arduino
|
#include <SLIPStream/SLIPParser.hpp>
#include <SLIPStream/SLIPSender.hpp>
#include <Stream.h>
#include "SLIPStream.ipp"
Go to the source code of this file.
Classes | |
class | SLIPStream |
Class that implements SLIP, a simple packet framing protocol. More... | |
struct | SLIPStream::StreamSender |
Functor that sends bytes over an Arduino Stream. More... | |
class | SLIPStreamCRC< CRC > |
Class that implements SLIP, a simple packet framing protocol, and that uses cyclic redundancy checks (CRCs) on transmitted and received packets. More... | |