Hi all, i was wondering if anyone can give me any info with regards to ardumoto.
I am using pins 10,11,12,13 as per documentation and the following work as expected:
255,255,HIGH,HIGH,
255,255,HIGH,LOW,
255,255,LOW,HIGH
However 255,255,LOW,LOW turns both motors off when in my understanding they should both be reversed.
i used the sample code from http://mechomaniac.com/ArduinoMotorCont … motoShield when i run into this trouble with my code. Exact same thing happens with both pieces of code.
seems to me that this guy has the same problem but the post was of no help:
viewtopic.php?f=8&t=16448&p=91837&hilit=ARDUMOTO#p91837
Could someone give me a guiding hand?