File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,13 @@ static const uint8_t BUTTON_A = 35;
17
17
static const uint8_t BUTTON_B = 27 ;
18
18
19
19
static const uint8_t RGB_LED = 4 ;
20
- static const uint8_t RGB_LED_POWER = 2 ;
21
20
22
21
static const uint8_t LIGHT_SENSOR1 = 36 ;
23
22
static const uint8_t LIGHT_SENSOR2 = 39 ;
24
23
25
24
static const uint8_t TEMPERATURE_SENSOR = 34 ;
26
25
27
- static const uint8_t MPU9250_AD0 = 0 ;
26
+ static const uint8_t MPU9250_INT = 0 ;
28
27
29
28
static const uint8_t TX = 1 ;
30
29
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
35
static const uint8_t MOSI = 23 ;
37
36
static const uint8_t MISO = 19 ;
38
- static const uint8_t SCK = 23 ;
37
+ static const uint8_t SCK = 18 ;
39
38
40
39
static const uint8_t P0 = 25 ;
41
40
static const uint8_t P1 = 32 ;
You can’t perform that action at this time.
0 commit comments