Skip to content

Commit 825b6ea

Browse files
yelvlabme-no-dev
authored andcommitted
Fixed previous error (#1908)
1 parent deaf339 commit 825b6ea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: variants/bpi-bit/pins_arduino.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ static const uint8_t BUTTON_A = 35;
1717
static const uint8_t BUTTON_B = 27;
1818

1919
static const uint8_t RGB_LED = 4;
20-
static const uint8_t RGB_LED_POWER = 2;
2120

2221
static const uint8_t LIGHT_SENSOR1 = 36;
2322
static const uint8_t LIGHT_SENSOR2 = 39;
2423

2524
static const uint8_t TEMPERATURE_SENSOR = 34;
2625

27-
static const uint8_t MPU9250_AD0 = 0;
26+
static const uint8_t MPU9250_INT = 0;
2827

2928
static const uint8_t TX = 1;
3029
static const uint8_t RX = 3;
@@ -35,7 +34,7 @@ static const uint8_t SCL = 22;
3534
static const uint8_t SS = 5;
3635
static const uint8_t MOSI = 23;
3736
static const uint8_t MISO = 19;
38-
static const uint8_t SCK = 23;
37+
static const uint8_t SCK = 18;
3938

4039
static const uint8_t P0 = 25;
4140
static const uint8_t P1 = 32;

0 commit comments

Comments
 (0)