mrrwa / NmraDcc

NMRA Digital Command Control (DCC) Library
GNU Lesser General Public License v2.1
137 stars 53 forks source link

ESP32 uses SPIEEPROM to store CVs #63

Closed murarduino closed 1 year ago

murarduino commented 2 years ago

I understand ESP32's NMRADCC to write CVs to a flash block, I'm worried that frequent reads and writes will drastically shorten the RAM life. For this, I would like to be able to create an external EEPROM storage space for storing CVs via SPI How does this require adjusting the code?