Memory storage

sreedev

Member
Hi,
I have a PICAXE 28*1 IC. Does this IC come with some sort of memory register where I can store some values. For eg. if I made an obstacle avoiding robot and want to count the number of obstacles and store this value in a particular memory register so that the value will be available even after I power off the system and start it again.
Thanks.
 

PaulRB

Senior Member
Sreedev,

I don't know 28x1 picaxe, but I have used 08m, 08m2, 14m2 and 20m2. With those picaxe and many others, you can use the READ and WRITE commands to store values in non-volatile memory (eeprom). So look for those commands in part 2 of the manual to see if they are available for 28x1.

Paul
 
Top