We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa55a2c commit ce0303dCopy full SHA for ce0303d
variants/magicbit/pins_arduino.h
@@ -54,16 +54,16 @@ static const uint8_t DAC1 = 25;
54
static const uint8_t DAC2 = 26;
55
56
static const uint8_t BUZZER = 25;
57
-static const uint8_t RED_LED = 32;
58
-static const uint8_t YELLOW_LED = 33;
+static const uint8_t RED_LED = 27;
+static const uint8_t YELLOW_LED = 18;
59
static const uint8_t GREEN_LED = 16;
60
static const uint8_t BLUE_LED = 17;
61
static const uint8_t LDR = 36;
62
static const uint8_t POT = 39;
63
static const uint8_t RIGHT_PUTTON = 34;
64
static const uint8_t LEFT_BUTTON = 35;
65
-static const uint8_t MOTOR1A = 32;
66
-static const uint8_t MOTOR1B = 33;
+static const uint8_t MOTOR1A = 27;
+static const uint8_t MOTOR1B = 18;
67
static const uint8_t MOTOR2A = 16;
68
static const uint8_t MOTOR2B = 17;
69
0 commit comments