We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ba8f2 commit d3bd109Copy full SHA for d3bd109
1 file changed
STM32F1/libraries/Wire/Wire.cpp
@@ -191,4 +191,4 @@ TwoWire::~TwoWire() {
191
192
// Declare the instance that the users of the library can use
193
//TwoWire Wire(SCL, SDA, SOFT_STANDARD);
194
-TwoWire Wire(PB6, PB7, SOFT_FAST);
+TwoWire Wire(PB6, PB7, SOFT_STANDARD);
0 commit comments