BS2 - can I save variables, even after reset?
evergreen
Posts: 43
Does the BS2 have the capabilities to save variables to non-volatile (I think that's the word.. like memory that does not depend if there's power or not)? Or would I need an external EEPROM?
Thanks,
Matt
Thanks,
Matt
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Mike2545
This message sent to you on 100% recycled electrons.
Thanks,
Matt
If you include a DATA statement in your program (read the chapter in the BASIC Stamp Syntax and Reference Manual), the DATA statement will initialize the portion of the EEPROM that it occupies when the program is downloaded. The first DATA statement in a program starts at location zero in the EEPROM.