Skip to content

Commit 14929bb

Browse files
committed
Update Example10_MultiDemo_v13.ino
1 parent a36b432 commit 14929bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Example10_MultiDemo_v13/Example10_MultiDemo_v13.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ MicroOLED oled(PIN_RESET); // The TwoWire I2C port is passed to .begin instead
3434
void setup()
3535
{
3636
delay(100);
37-
Wire.begin();
37+
Wire.begin(); // <-- Change this to (e.g.) Qwiic.begin(); as required
3838

3939

4040
/*

0 commit comments

Comments
 (0)