First draft motor control
by Kevin on November 30, 2008
in Robot Army
Just made an initial stab at some arduino software to control the motors of the tank thing. Nothing fancy, just some functions that move forward, back and do turning. I haven’t coded reverse turning yet, didn’t occur to me until now.
The syntax of the code is C style so those who can code in C, C++, Java etc should be able to read and understand this no problem.
There is no real code that does anything at the moment. I plan to add serial communication to the code so it can interface with the python code I wrote a while ago. Lacking an arduino makes development difficult and the kit I want is out of stock.