Skip to content

Commit 33411b6

Browse files
Default Wire to 100khz
1 parent 8f7a0b6 commit 33411b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STM32F1/libraries/Wire/Wire.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ void HardWire::setClock(uint32_t frequencyHz)
100100

101101
}
102102

103-
HardWire Wire(1, I2C_FAST_MODE);;
103+
HardWire Wire(1);

0 commit comments

Comments
 (0)