adafruit / Adafruit_TinyUSB_Arduino

Arduino library for TinyUSB
MIT License
465 stars 120 forks source link

change Adafruit_USBH_CDC to inherit HardwareSerial (instead of Stream) #251

Closed hathach closed 1 year ago

hathach commented 1 year ago

change begin(idx) to setInterfaceIndex(idx), to allow using begin(baud) as other API. Update example accordingly