Store variabels in eeprom
marcla
Posts: 19
Hello!
i have som variabels i want to store so if i turn off the propeller the variable will still be ther how do i do that? eeprom??? i don't want to use an extra eeprom... can a use the code eeprom???
/Martin
i have som variabels i want to store so if i turn off the propeller the variable will still be ther how do i do that? eeprom??? i don't want to use an extra eeprom... can a use the code eeprom???
/Martin
Comments
Read the chapters in the PBasic Manual on the READ / WRITE statements.
PBasic? Was your brain in Stamp mode?
In any case, there are objects on the Object Exchange which can write to an EEPROM connected to the I2C bus, including the code eeprom. It's entirely possible to save data back to the code EEPROM.