mirror of
https://github.com/1technophile/OpenMQTTGateway.git
synced 2026-03-06 07:24:30 +01:00
* init 2G gateway with SMS sending and receiving * A6lib add * add 2Ggateway call from setup and loop * add schematic and image
15 lines
329 B
JSON
15 lines
329 B
JSON
{
|
|
"name": "A6lib",
|
|
"keywords": [
|
|
"A6", "GSM", "mobile"
|
|
],
|
|
"description": "An ESP8266/Arduino library for communicating with the A6 GSM module.",
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/skorokithakis/A6lib"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms": "*"
|
|
}
|