Skip to content

Commit cccc663

Browse files
committed
add webusb support to readme
1 parent 3969c1b commit cccc663

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.com/adafruit/Adafruit_TinyUSB_Arduino.svg?branch=master)](https://travis-ci.com/adafruit/Adafruit_TinyUSB_Arduino)[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
44

5-
[TinyUSB](https://github.com/hathach/tinyusb) library for Arduino IDE. This library works with core platform that includes TinyUSB stack, typically you will see **Adafruit_TinyUSB_Core** inside core folder. Supported platform are:
5+
This library works with platform that includes [TinyUSB stack](https://github.com/hathach/tinyusb), typically you will see **Adafruit_TinyUSB_Core** inside core folder. Supported platform are:
66

77
- [Adafruit_nRF52_Arduino](https://github.com/adafruit/Adafruit_nRF52_Arduino)
88
- [Adafruit ArduinoCore-samd](https://github.com/adafruit/ArduinoCore-samd) **TinyUSB** must be selected in menu `Tools->USB Stack`
@@ -12,5 +12,6 @@ In addition to CDC that provided by the platform core, this library provide plat
1212
- Human Interface Device (HID): Generic (In & Out), Keyboard, Mouse, Gamepad etc ...
1313
- Mass Storage Class (MSC): with multiple LUNs
1414
- Musical Instrument Digital Interface (MIDI)
15+
- WebUSB with vendor specific class
1516

1617
More document to write ...

0 commit comments

Comments
 (0)