Shop OBEX P1 Docs P2 Docs Learn Events
PBASIC Lists or memory for BoeBot? — Parallax Forums

PBASIC Lists or memory for BoeBot?

nmayer80nmayer80 Posts: 1
edited 2012-09-17 18:35 in BASIC Stamp
I am trying to find a way to store basic information in the BoeBot's memory as it roams, so i can use this information in another program. Is there any way to effectively record information about the BoeBot's motion or its interactions with the environment?

Comments

  • Martin_HMartin_H Posts: 4,051
    edited 2012-09-17 18:35
    The READ and WRITE commands let you save and restore data to the eeprom. Take a look at them.
Sign In or Register to comment.