Update kuukar_config.py

This commit is contained in:
Siwat Sirichai 2022-12-12 17:24:43 +07:00
parent 2c84014bbf
commit 432c86114e
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ SONAR_ADC_PIN = 1
# Motor Pins
MOTOR_FL_F = 6
MOTOR_FL_R = 7
MOTOR_FR_F = 8
MOTOR_FR_R = 9
MOTOR_FR_F = 9
MOTOR_FR_R = 8
MOTOR_RL_F = 10
MOTOR_RL_R = 11
MOTOR_RR_F = 13