forked from cristiansteib/Sim800l
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
31 lines (31 loc) · 799 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
31
{
"name": "Sim800l",
"keywords": "sim800l, gsm, sms, call, gprs",
"description": "Arduino Library for SIM800L gsm module (originally forked from https://github.com/cristiansteib/Sim800l and https://github.com/lornix/Sim800l)",
"repository":
{
"type": "git",
"url": "https://github.com/akosmenyhert/Sim800l"
},
"authors":
[
{
"name": "Cristian Steib",
"email": "[email protected]",
"url": "https://github.com/cristiansteib"
},
{
"name": "L Nix",
"email": "[email protected]",
"url": "https://github.com/lornix"
},
{
"name": "Akos Menyhert",
"email": "[email protected]",
"url": "https://github.com/akosmenyhert"
}
],
"version": "1.6.1",
"frameworks": "arduino",
"platforms": "*"
}