Update kuukar_config.py

This commit is contained in:
Siwat Sirichai 2022-12-12 12:07:34 +07:00
parent c528fad47a
commit db0de37387
1 changed files with 3 additions and 2 deletions

View File

@ -6,8 +6,8 @@ SONAR_ADC_PIN = 1
# Motor Pins
MOTOR_FL_F = 7
MOTOR_FL_R = 6
MOTOR_FL_F = 6
MOTOR_FL_R = 7
MOTOR_FR_F = 8
MOTOR_FR_R = 9
MOTOR_RL_F = 10
@ -31,3 +31,4 @@ REVERSE_LEDS = [11, 10, 9]
LIGHT_SENSOR_PIN = 0
DHT22_PIN = 3