File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 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;
1717static const uint8_t BUTTON_B = 27 ;
1818
1919static const uint8_t RGB_LED = 4 ;
20- static const uint8_t RGB_LED_POWER = 2 ;
2120
2221static const uint8_t LIGHT_SENSOR1 = 36 ;
2322static const uint8_t LIGHT_SENSOR2 = 39 ;
2423
2524static const uint8_t TEMPERATURE_SENSOR = 34 ;
2625
27- static const uint8_t MPU9250_AD0 = 0 ;
26+ static const uint8_t MPU9250_INT = 0 ;
2827
2928static const uint8_t TX = 1 ;
3029static const uint8_t RX = 3 ;
@@ -35,7 +34,7 @@ static const uint8_t SCL = 22;
3534static const uint8_t SS = 5 ;
3635static const uint8_t MOSI = 23 ;
3736static const uint8_t MISO = 19 ;
38- static const uint8_t SCK = 23 ;
37+ static const uint8_t SCK = 18 ;
3938
4039static const uint8_t P0 = 25 ;
4140static const uint8_t P1 = 32 ;
You can’t perform that action at this time.
0 commit comments