Skip to content

Commit

Permalink
Update pins (#3249)
Browse files Browse the repository at this point in the history
  • Loading branch information
Magicblocks authored and me-no-dev committed Sep 23, 2019
1 parent b3ba80d commit 8ea12f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions variants/magicbit/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ static const uint8_t DAC1 = 25;
static const uint8_t DAC2 = 26;

static const uint8_t BUZZER = 25;
static const uint8_t RED_LED = 32;
static const uint8_t YELLOW_LED = 33;
static const uint8_t RED_LED = 27;
static const uint8_t YELLOW_LED = 18;
static const uint8_t GREEN_LED = 16;
static const uint8_t BLUE_LED = 17;
static const uint8_t LDR = 36;
static const uint8_t POT = 39;
static const uint8_t RIGHT_PUTTON = 34;
static const uint8_t LEFT_BUTTON = 35;
static const uint8_t MOTOR1A = 32;
static const uint8_t MOTOR1B = 33;
static const uint8_t MOTOR1A = 27;
static const uint8_t MOTOR1B = 18;
static const uint8_t MOTOR2A = 16;
static const uint8_t MOTOR2B = 17;
static const uint8_t LED_BUILTIN=16;
Expand Down

0 comments on commit 8ea12f8

Please sign in to comment.