atsamd-usb-host
This is a usb-host driver for Atmel’s SAMD series of chips.
Feature flags
To enable support for your MCU, you need to enable its feature. One
of: samd21g18a
, samd21e18a
,
samd51g19a
, samd51j19a
, or
samd51j20a
.
So far this library has been tested on the following boards:
- Adafruit Trinket M0 (samd21e18a)
- Adafruit Feather M0 (samd21g18a)
Examples
You can find a project utilizing this library for a USB to I²C bridge here.