forked from Xinyuan-LilyGO/TTGO_TWatch_Library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
25 lines (25 loc) · 746 Bytes
/
library.json
File metadata and controls
25 lines (25 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "TTGO TWatch Library",
"keywords": "Device Conterl,TWatch,Watch,TTGO",
"description": "Arduino Library for TTGO T-Watch development kit",
"repository": {
"type": "git",
"url": "https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library.git"
},
"authors": [
{
"name": "Xinyuan Electronics",
"email": "lily@lilygo.cc",
"url": "https://github.com/Xinyuan-LilyGO",
"maintainer": true
},
{
"name": "lewishe",
"email": "lewishe@outlook.com",
"url": "https://github.com/lewisxhe"
}
],
"version": "1.3.0",
"frameworks": "arduino",
"platforms": "esp32"
}