Arduino KVComm
master
Key-Value pair communication library for Arduino
|
Helpers for address manipulation used to layout dictionary entries in memory. More...
#include <stddef.h>
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... | |
Helpers for address manipulation used to layout dictionary entries in memory.
Definition in file KV_Helpers.hpp.