Arduino KVComm
master
Key-Value pair communication library for Arduino
src
KVComm.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <Arduino.h>
4
5
#include <
KVComm/include/KVComm/KV_Types.hpp
>
6
#include <
KVComm/include/KVComm/KV_Builder.hpp
>
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...
Generated by
1.8.16