external EEPROM QUESTION?
I'm using EEPROM to store a virtual map for a cartographer robot that uses the SX chip. How do I store data in an external EEPROM chip using the SX chip? If I could have a small programming example, it would be great.
-Henry
-Henry
![scool.gif](http://forums.parallax.com/images/smilies/scool.gif)
Comments
-- http://forums.parallax.com/showthread.php?p=665162
I am using some great suboutines/functions that JonnyMac wrote to write a word·variable to the EEPROM and read it back. I am using this for my digital·coin bank project·as not to loose the coin value·displayed on a LCD upon a power loss.
http://forums.parallax.com/showthread.php?p=660476
(SXB file is also attached).
Like in the other thread that JonnyMac listed:
'Write the coin value eeWord to EEPROM
PUT_EE 0, 0, eeWord
'Read eeWord back from the EEPROM
eeWord = GET_EE2 0, 0
Hope this helps.
I guess I gotta get a different logo T & E
haha
-Henry