Skip to content

Commit d3bd109

Browse files
Changed default speed on Wire library to 100kpbs (same as AVR Arduinos), thanks to @Fredbox on the forum for the delay values to achieve 100kbps
1 parent 07ba8f2 commit d3bd109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

STM32F1/libraries/Wire/Wire.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ TwoWire::~TwoWire() {
191191

192192
// Declare the instance that the users of the library can use
193193
//TwoWire Wire(SCL, SDA, SOFT_STANDARD);
194-
TwoWire Wire(PB6, PB7, SOFT_FAST);
194+
TwoWire Wire(PB6, PB7, SOFT_STANDARD);

0 commit comments

Comments
 (0)