Arduino KVComm  master
Key-Value pair communication library for Arduino
Functions
KV_Helpers.hpp File Reference

Helpers for address manipulation used to layout dictionary entries in memory. More...

#include <stddef.h>
Include dependency graph for KV_Helpers.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

size_t nextWord (size_t i)
 Get the offset of the next 4-byte word. More...
 
size_t roundUpToWordSizeMultiple (size_t i)
 Round up a size to a multiple of 4-byte words. More...
 

Detailed Description

Helpers for address manipulation used to layout dictionary entries in memory.


Definition in file KV_Helpers.hpp.