Arduino KVComm
master
Key-Value pair communication library for Arduino
|
#include <sstream>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | KV_Exception |
Custom exception for KVComm. Not used on Arduino. More... | |
Macros | |
#define | KV_ERROR(msg, errc) |
Throw an error. More... | |
#define | F(x) (x) |
#define F | ( | x | ) | (x) |
Definition at line 38 of file KV_Error.hpp.