Data storage on the BS2''s EEPROM
Archiver
Posts: 46,084
Hi,
I want to do a data collection program(which collects data for a
period of time like a week) and store that data in the stamp's EEPROM
(so, after a week i will have, let's say 100 different values). How
could i do that? I know the DATA command but it only stores numbers
entered by the user. I tryed to do something like
list DATA variable
but it won't accept the variable argument, it only wants numbers not
variables.
What should i do?
Thanks a lot.
I want to do a data collection program(which collects data for a
period of time like a week) and store that data in the stamp's EEPROM
(so, after a week i will have, let's say 100 different values). How
could i do that? I know the DATA command but it only stores numbers
entered by the user. I tryed to do something like
list DATA variable
but it won't accept the variable argument, it only wants numbers not
variables.
What should i do?
Thanks a lot.