Apply modern C++ to that module. Use constexpr for configuration constants. Replace raw arrays with std::array. Wrap resource ...
The aim of this library is to provide a set of tiny RAM and Flash footprint classes. Templates are used to avoid usage of dynamic heap memory. EmList class make use of heap memory allocation. You ...