@@ -67,23 +67,23 @@ const uint32_t Constants::kDbgUartSpeed = 9600;
6767
6868/* Movement controller (L298N) */
6969const uint8_t Constants::kLeftEngineEnable = 11 ;
70- const uint8_t Constants::kLeftEngineStraightPin = 30 ;
71- const uint8_t Constants::kLeftEngineReversePin = 31 ;
72- const uint8_t Constants::kRightEngineStraightPin = 32 ;
73- const uint8_t Constants::kRightEngineReversePin = 33 ;
70+ const uint8_t Constants::kLeftEngineStraightPin = 7 ;
71+ const uint8_t Constants::kLeftEngineReversePin = 6 ;
72+ const uint8_t Constants::kRightEngineStraightPin = 5 ;
73+ const uint8_t Constants::kRightEngineReversePin = 4 ;
7474const uint8_t Constants::kRightEngineEnable = 10 ;
7575
7676/* Distanse controller */
7777const uint8_t Constants::kDistanceSensorReadPin = A2 ;
78- const uint8_t Constants::kDistanceSensorAPin = 4 ;
79- const uint8_t Constants::kDistanceSensorBPin = 5 ;
78+ const uint8_t Constants::kDistanceSensorAPin = 33 ;
79+ const uint8_t Constants::kDistanceSensorBPin = 32 ;
8080const uint8_t Constants::kDistanceSensorCPin = A3 ;
8181
8282/* Line controller */
8383// A = 0, B = 1, C = 2
8484const uint8_t Constants::kLineSensorReadPin = A0 ;
85- const uint8_t Constants::kLineSensorAPin = 6 ;
86- const uint8_t Constants::kLineSensorBPin = 7 ;
85+ const uint8_t Constants::kLineSensorAPin = 31 ;
86+ const uint8_t Constants::kLineSensorBPin = 30 ;
8787const uint8_t Constants::kLineSensorCPin = A1 ;
8888
8989/* Servo controller */
0 commit comments