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