Skip to content

Commit 8a21d89

Browse files
committed
Decrease I2C clock speed to 100kHz
1 parent af6068c commit 8a21d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Surveyor/RTK_Surveyor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ void setup()
359359
Serial.begin(115200); //UART0 for programming and debugging
360360

361361
Wire.begin(); //Start I2C on core 1
362-
Wire.setClock(400000); //Increase bus rate to 400kHz
362+
Wire.setClock(100000);
363363

364364
beginGNSS(); //Connect to GNSS
365365

0 commit comments

Comments
 (0)