When I trying to rotate in a negative angel a motor make the same rotation that with a positive. I review your code and use the power to control this, but it's not possible to have a negative power.
I Change this
- Code: Select all
if(power > 0)
- Code: Select all
if(count > 0)

