Skip to content

Commit 8ea12f8

Browse files
Magicblocksme-no-dev
authored andcommitted
Update pins (#3249)
1 parent b3ba80d commit 8ea12f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

variants/magicbit/pins_arduino.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,16 @@ static const uint8_t DAC1 = 25;
5454
static const uint8_t DAC2 = 26;
5555

5656
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;
5959
static const uint8_t GREEN_LED = 16;
6060
static const uint8_t BLUE_LED = 17;
6161
static const uint8_t LDR = 36;
6262
static const uint8_t POT = 39;
6363
static const uint8_t RIGHT_PUTTON = 34;
6464
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;
6767
static const uint8_t MOTOR2A = 16;
6868
static const uint8_t MOTOR2B = 17;
6969
static const uint8_t LED_BUILTIN=16;

0 commit comments

Comments
 (0)