Skip to content

update pins #3249

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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