mirror of
https://github.com/SlimeVR/SlimeVR-Tracker-ESP.git
synced 2026-04-06 02:01:57 +02:00
Chane MPU9250 pinout for better hw configuration
This commit is contained in:
@@ -111,7 +111,7 @@ void setup()
|
||||
digitalWrite(LOADING_LED, LOW);
|
||||
|
||||
// join I2C bus (I2Cdev library doesn't do this automatically)
|
||||
Wire.begin();
|
||||
Wire.begin(D6, D5);
|
||||
Serial.begin(serialBaudRate);
|
||||
while (!Serial)
|
||||
; // wait for connection
|
||||
|
||||
Reference in New Issue
Block a user