Published onOctober 18, 2021[Library] - TinyDatabase: A new way to access EEPROM datalibraryiotcpparduinoWhen working on embedded projects we need sometimes to persist data. We can use so the internal EEPROM of our board and access data through their index. Let's dicover a new library that encapsulate this process.