I have been hand adding to the motor controller to allow improved control over the tank drive using a way to set the turn different then forward & reverse to allow for:
l298n_sleeptime=0.2
l298n_rotatetimes=2
- l298n_lr_sleeptime=0.1
- l298n_lr_rotatetimes=2
then adding:
if direction == 'L':
GPIO.output(StepPinLeft, GPIO.HIGH)
if direction == 'R':
GPIO.output(StepPinRight, GPIO.HIGH