Skip to content

Commit

Permalink
Fixed previous error (#1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
yelvlab authored and me-no-dev committed Nov 19, 2018
1 parent deaf339 commit 825b6ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions variants/bpi-bit/pins_arduino.h
Expand Up @@ -17,14 +17,13 @@ static const uint8_t BUTTON_A = 35;
static const uint8_t BUTTON_B = 27;

static const uint8_t RGB_LED = 4;
static const uint8_t RGB_LED_POWER = 2;

static const uint8_t LIGHT_SENSOR1 = 36;
static const uint8_t LIGHT_SENSOR2 = 39;

static const uint8_t TEMPERATURE_SENSOR = 34;

static const uint8_t MPU9250_AD0 = 0;
static const uint8_t MPU9250_INT = 0;

static const uint8_t TX = 1;
static const uint8_t RX = 3;
Expand All @@ -35,7 +34,7 @@ static const uint8_t SCL = 22;
static const uint8_t SS = 5;
static const uint8_t MOSI = 23;
static const uint8_t MISO = 19;
static const uint8_t SCK = 23;
static const uint8_t SCK = 18;

static const uint8_t P0 = 25;
static const uint8_t P1 = 32;
Expand Down

0 comments on commit 825b6ea

Please sign in to comment.