Arduino KVComm  master
Key-Value pair communication library for Arduino
KVComm.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <Arduino.h>
4 
KV_Types.hpp
KV_Type type definitions for fundamental types (int::_t, uint::_t, float, double, bool,...
KV_Builder.hpp
This file contains the KV_Builder class, a key-value pair, dictionary-like container that supports ma...