30 lines
594 B
JSON
30 lines
594 B
JSON
{
|
|
"name": "ThreadedGSM",
|
|
"keywords": "gsm, sim800, sim900, sms, sim800l",
|
|
"description": "Non-blocking Arduino GSM Library with SMS support",
|
|
"version": "1.0.0",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "http://git.xpablo.cz/xPablo.cz/ThreadedGSM.git"
|
|
},
|
|
"authors":
|
|
[
|
|
{
|
|
"name": "Neta Yahav",
|
|
"email": "neta540@gmail.com",
|
|
"maintainer": false
|
|
},
|
|
{
|
|
"name": "Pavel Brychta",
|
|
"email": "pablo@xpablo.cz",
|
|
"maintainer": true
|
|
}
|
|
],
|
|
"frameworks": "arduino",
|
|
"platforms": "*",
|
|
"examples": [
|
|
"[Ee]xamples/*.cpp"
|
|
]
|
|
}
|