Store multiple programs in different slots of the boe-bot eeprom
kingbp
Posts: 22
Hey I wanted to know how to store two or more programs in different slots of the boe-bot eeprom. Lets say I have two programs, Program X and Program Y I want both programs to be stored in the boe-bots memory at the same time and not overwrite each other. Is this possible and if so how can i do this?
Comments
You'll need another program to act as a selector for the other programs. This program would be the one in slot zero and would start up on a reset. It would decide which other slot to execute and do a RUN on that slot number.