File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,16 @@ static const uint8_t DAC1 = 25;
54
54
static const uint8_t DAC2 = 26 ;
55
55
56
56
static const uint8_t BUZZER = 25 ;
57
- static const uint8_t RED_LED = 32 ;
58
- static const uint8_t YELLOW_LED = 33 ;
57
+ static const uint8_t RED_LED = 27 ;
58
+ static const uint8_t YELLOW_LED = 18 ;
59
59
static const uint8_t GREEN_LED = 16 ;
60
60
static const uint8_t BLUE_LED = 17 ;
61
61
static const uint8_t LDR = 36 ;
62
62
static const uint8_t POT = 39 ;
63
63
static const uint8_t RIGHT_PUTTON = 34 ;
64
64
static const uint8_t LEFT_BUTTON = 35 ;
65
- static const uint8_t MOTOR1A = 32 ;
66
- static const uint8_t MOTOR1B = 33 ;
65
+ static const uint8_t MOTOR1A = 27 ;
66
+ static const uint8_t MOTOR1B = 18 ;
67
67
static const uint8_t MOTOR2A = 16 ;
68
68
static const uint8_t MOTOR2B = 17 ;
69
69
static const uint8_t LED_BUILTIN = 16 ;
You can’t perform that action at this time.
0 commit comments