Count the number of steps
heavy-freelancer
Posts: 23
Hey,
I want to make my Boe-Bot go ahead and return, and count the number of steps he did.
But the problem here is that I'm going to code the program who is going to do the trick but without been connected to my laptop.
So how can I get the number of steps he did without using another device (Screen) ?
Thanks.
I want to make my Boe-Bot go ahead and return, and count the number of steps he did.
But the problem here is that I'm going to code the program who is going to do the trick but without been connected to my laptop.
So how can I get the number of steps he did without using another device (Screen) ?
Thanks.
Comments
For a brief tutorial on storing data to EEPROM, check out Chapter 7, Activity #2 in What's a Microcontroller.
This example deals with storing light measurements, but the basic principles of storing and retrieving data from EEPROM remain the same.
Cheers,
Jessica