so i have a black line follower in the end of the field theres no black line only the white board so i want to make my robot go for 700 cm then turn right (90 degree turn)is't possible to code it in arduino without a sensor? and how do i do it?
create a counter that counts when there is no line detected... reset when line is detected ... what is the velocity of robot so you can measure how long it takes to travel that 700cm and set the timeout accordingly
If you wrote the code for this portion of the program, I'm somewhat surprised you can't figure out the remainder (which is considerably easier) that you're asking for help with...
How do you differentiate between an instruction and a comment in your code snippet? I assumed that the lines with hashtags were psudocode to say "do this here". If they are strictly comments that you planned on inserting into the code, your code is only a sequence of delays and will be as effective as my old boss.
How do you differentiate between an instruction and a comment in your code snippet? I assumed that the lines with hashtags were psudocode to say "do this here". If they are strictly comments that you planned on inserting into the code, your code is only a sequence of delays and will be as effective as my old boss.