We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5211f4 + 8077b62 commit 85476dcCopy full SHA for 85476dc
library.json
@@ -1,7 +1,23 @@
1
{
2
"name": "Adafruit TinyUSB Library",
3
+ "keywords": "usb, arduino, tinyusb",
4
+ "description": "Arduino library for TinyUSB",
5
+ "version": "3.4.1",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "https://github.com/adafruit/Adafruit_TinyUSB_Arduino.git"
9
+ },
10
+ "frameworks": "*",
11
+ "platforms": "*",
12
"build": {
13
"libArchive": false,
14
"flags": "-DUSE_TINYUSB"
- }
-}
15
16
+ "authors":
17
+ [
18
+ {
19
+ "name": "Adafruit",
20
+ "maintainer": true
21
+ }
22
+ ]
23
+}
0 commit comments