Posted in 2019
String tables in flash memory on Arduino
- Aug 30, 2019
tl;dr: In this post, we touch briefly on how saving dynamic memory on Arduino by storing data on flash memory is nice, but how it can get cumbersome quickly for a larger project. And then present a solution for doing all of that automatically.