Skip to content

Commit 85476dc

Browse files
authored
Merge pull request #475 from OrhanYigitDurmaz/master
Bring library.json up to date
2 parents f5211f4 + 8077b62 commit 85476dc

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

library.json

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
{
22
"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": "*",
312
"build": {
413
"libArchive": false,
514
"flags": "-DUSE_TINYUSB"
6-
}
7-
}
15+
},
16+
"authors":
17+
[
18+
{
19+
"name": "Adafruit",
20+
"maintainer": true
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)