newbie question, preserving variable values
paul6502
Posts: 7
I would like my prop program to set certain variable's value and then have that same value (stored in eeprom) when the program stops and restarts. (think of an .ini file in DOS). Is there a good way to do this in Spin? Thank You
Comments
Essentially, if you have a variable "test", you would write your value to the location "@test" in the EEPROM. You can use any of the EEPROM writing routines to do this, for example "Basic_I2C_Routines" in the Object Exchange.