Storing data in the EPROM of Boe-Bot
heavy-freelancer
Posts: 23
Hey,
I've created a program that makes the Boe-Bot go straight ahead and then return to his initial departure after rotating in DO LOOP instruction to an infinite time.
now I need to store the number of the round-trip in the EPROM, so I can read it after connecting the robot to my computer.
I've tried to store it in a variable but when I connect the robot to the computer the variable equal to 0.
Is there any chance to store this value somewhere in the EPROM and read it when I connect the robot by doing another program that's just reads this value.
Thanks.
I've created a program that makes the Boe-Bot go straight ahead and then return to his initial departure after rotating in DO LOOP instruction to an infinite time.
now I need to store the number of the round-trip in the EPROM, so I can read it after connecting the robot to my computer.
I've tried to store it in a variable but when I connect the robot to the computer the variable equal to 0.
Is there any chance to store this value somewhere in the EPROM and read it when I connect the robot by doing another program that's just reads this value.
Thanks.
Comments
Thanks.