Usercode EEPROM
Read and write EEPROM data
The array eeprom_userdaten[]
with index 0 - 50 is read from EEPROM on startup. You can also use the EEPROM location names you have defined in the module settings window instead of an index number
eeprom_userdaten[your_variable_name_here];
If you want to write this array to EEPROM after an index has been changed, call os_eeprom_write_all(EEPROM_USER);