Overview
- Object ID : 2758 (2013-03-28)
- Author : darco | added by Archiver
- Content : Code
- Microcontroller : Propeller 1
- Language : SPIN
- Category : Data Storage
- Licence : Other
Content
This object handles the storage and retreval of variables (indexed by arbitrary word-sized integers) and data which need to persist across power cycles. Very easy to use, and thread safe. Since it is effectively a "singleton" type of object, it allows for some rudamentry cross-object communication.