-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
30 lines (27 loc) · 832 Bytes
/
library.json
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
26
27
28
29
30
{
"name": "LimbsSafetySw_ESP32",
"version": "1.0.0",
"description": "This Esp32-Arduino library includes the class, data structures and functions required to model a Limbs Safety Activation Switch for Launch and Forget Cycle Machines and Devices (LimbsSftyLnFSwtch).",
"keywords": "switch, security",
"repository":
{
"type": "git",
"url": "https://github.com/GabyGold67/"
},
"authors":
[
{
"name": "Gabriel D. Goldman",
"email": "gdgoldman67@hotmail.com",
"url": "https://github.com/GabyGold67",
"maintainer": true
}
],
"license": "GPL-3.0-or-later",
"homepage": "https://www.gnu.org/licenses/gpl-3.0-standalone.html",
"dependencies":
[
] ,
"frameworks": "Arduino",
"platforms": "espressif32"
}