Arduino KVComm
master
Key-Value pair communication library for Arduino
|
#include <AH/STL/cstddef>
#include <AH/STL/utility>
#include <stddef.h>
#include <SLIPStream/SLIP.hpp>
#include <boost/integer.hpp>
#include "SLIPParser.ipp"
Go to the source code of this file.
Classes | |
class | SLIPParser |
Class for parsing SLIP packets. More... | |
class | SLIPParserCRC< CRC > |
Class for parsing SLIP packets with a CRC checksum to check the integrity of the packets. More... | |