Hi,
Is it possible to "turn motor ON/OFF" unless some external event happens?
I need to change rotation direction each time button is pushed. Right now I execute move(360) and check button state unless button is pressed in the loop. Movement is not smooth.
Hi, Is it possible to "turn motor ON/OFF" unless some external event happens? I need to change rotation direction each time button is pushed. Right now I execute move(360) and check button state unless button is pressed in the loop. Movement is not smooth.