Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 825b6ea

Browse filesBrowse files
yelvlabme-no-dev
authored andcommitted
Fixed previous error (espressif#1908)
1 parent deaf339 commit 825b6ea
Copy full SHA for 825b6ea

File tree

1 file changed

+2
-3
lines changed
Filter options

1 file changed

+2
-3
lines changed

‎variants/bpi-bit/pins_arduino.h

Copy file name to clipboardExpand all lines: variants/bpi-bit/pins_arduino.h
+2-3Lines changed: 2 additions & 3 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.