Storage
Greg LaPolla
Posts: 323
Is it possible to store a value in the eeprom from the running spin program ?
Here the senario:
If I have a sensor that requires calibration, and the power will be turned on and off frequently. Is there a way to store the calibration offset in the eeprom ? Or do I need to use a storage medium like an sd card ?
Greg
Here the senario:
If I have a sensor that requires calibration, and the power will be turned on and off frequently. Is there a way to store the calibration offset in the eeprom ? Or do I need to use a storage medium like an sd card ?
Greg
Comments
http://forums.parallax.com/forums/default.aspx?f=25&m=219237
John Abshier
There are several objects in the Object Exchange that allow you to read and write EEPROM locations. "Basic_I2C_Driver" is one. The BS2 Compatibility Library is another, "I2C Object V2" is a third.
I needed these three threads as reminders. Serendipitous synchronicity, indeed.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
JMH