Skip to content

Commit f2aeeac

Browse files
committed
add serial begin
1 parent 080361e commit f2aeeac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/Vendor/i2c_tiny_usb_adapter/i2c_tiny_usb_adapter.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ static uint8_t i2c_buf[800];
5555
Adafruit_WireUSB i2c_usb(&MyWire);
5656

5757
void setup() {
58+
Serial.begin(115200);
59+
5860
// init i2c usb with buffer and size
5961
i2c_usb.begin(i2c_buf, sizeof(i2c_buf));
6062
}

0 commit comments

Comments
 (0)