Skip to content

Commit f037a7b

Browse files
committed
bring back esp32 test for usb host max breakout
Adding back the esp32 test for usb host bff code (library was released yesterday). Adding a minor comment to the code to trigger Arduino CI
1 parent 65ced58 commit f037a7b

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

USB_Host_BFF_Examples/Arduino_USB_Host_BFF_DeviceInfo/Arduino_USB_Host_BFF_DeviceInfo.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
#include "Adafruit_TinyUSB.h"
4646
#include "SPI.h"
4747

48+
// USB Host with MAX3421E
4849
Adafruit_USBH_Host USBHost(&SPI, A1, A2);
4950

5051
// Language ID: English

0 commit comments

Comments
 (0)