1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-08 11:22:40 +03:00

GSM library to the new format and some strings adaptations

This commit is contained in:
Fede85
2013-07-03 22:55:18 +02:00
parent 2371e2ce0d
commit 2919e34ff8
85 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,10 @@
name=GSM
author=Arduino, Telefonica+ID
email=info@arduino.cc
sentence=With this library you can use the Arduino GSM shield to connect on GSM and GPRS networks
paragraph=Use this library to make/receive voice calls, to send and receive SMS with the Quectel M10 GSM module.</br>This library also allows you to connect to internet through the GPRS networks. You can either use web Clients and Servers.</br>
url=http://arduino.cc/en/Reference/GSM
architectures=avr
version=1.0
dependencies= Software Serial
core-dependencies=arduino (>=1.5.0)