what good is the multiple slots in basic stamp pe?
Obnepec
Posts: 20
All,
Ok, if you have to declare the same variables in the same way in all of the slots is there any gain by using multiple slots except gaining more space for program memory?
Ok, if you have to declare the same variables in the same way in all of the slots is there any gain by using multiple slots except gaining more space for program memory?
Comments
2) Alternatively, slots can store large, mostly read-only tables or data. This is true particularly in the BS2pe where there are some "slots" set aside for data only. These can be used for datalogging.
Datalogging is something I would like to do. I am using a BS2PE. Could you give me a short example of how you would do datalogging?
Read the sections of the Stamp Manual on the READ / WRITE / DATA / STORE statements for examples of how to use the "slots" for storing data.