We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deaf339 commit 825b6eaCopy full SHA for 825b6ea
variants/bpi-bit/pins_arduino.h
@@ -17,14 +17,13 @@ static const uint8_t BUTTON_A = 35;
17
static const uint8_t BUTTON_B = 27;
18
19
static const uint8_t RGB_LED = 4;
20
-static const uint8_t RGB_LED_POWER = 2;
21
22
static const uint8_t LIGHT_SENSOR1 = 36;
23
static const uint8_t LIGHT_SENSOR2 = 39;
24
25
static const uint8_t TEMPERATURE_SENSOR = 34;
26
27
-static const uint8_t MPU9250_AD0 = 0;
+static const uint8_t MPU9250_INT = 0;
28
29
static const uint8_t TX = 1;
30
static const uint8_t RX = 3;
@@ -35,7 +34,7 @@ static const uint8_t SCL = 22;
35
34
static const uint8_t SS = 5;
36
static const uint8_t MOSI = 23;
37
static const uint8_t MISO = 19;
38
-static const uint8_t SCK = 23;
+static const uint8_t SCK = 18;
39
40
static const uint8_t P0 = 25;
41
static const uint8_t P1 = 32;
0 commit comments