Adafruit GSM library

Dependents:   GSM

Committer:
ptcrews
Date:
Sat Dec 05 07:22:00 2015 +0000
Revision:
0:13b14c71d29e
Adafruit GSM library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ptcrews 0:13b14c71d29e 1 Port of an Arduino library for Mbed by Marc PLOUHINEC (m_plouhinec@yahoo.fr).
ptcrews 0:13b14c71d29e 2 Last update: 27/06/2015
ptcrews 0:13b14c71d29e 3
ptcrews 0:13b14c71d29e 4 The original code is available here: https://github.com/adafruit/Adafruit_FONA_Library
ptcrews 0:13b14c71d29e 5
ptcrews 0:13b14c71d29e 6 Original README.TXT file content:
ptcrews 0:13b14c71d29e 7 =================================
ptcrews 0:13b14c71d29e 8
ptcrews 0:13b14c71d29e 9 Adafruit_FONA_Library
ptcrews 0:13b14c71d29e 10 =====================
ptcrews 0:13b14c71d29e 11
ptcrews 0:13b14c71d29e 12 **This library requires Arduino v1.0.6 or higher**
ptcrews 0:13b14c71d29e 13
ptcrews 0:13b14c71d29e 14 This is a library for the Adafruit FONA Cellular GSM Breakouts etc
ptcrews 0:13b14c71d29e 15
ptcrews 0:13b14c71d29e 16 Designed specifically to work with the Adafruit FONA Breakout
ptcrews 0:13b14c71d29e 17 * https://www.adafruit.com/products/1946
ptcrews 0:13b14c71d29e 18 * https://www.adafruit.com/products/1963
ptcrews 0:13b14c71d29e 19 * http://www.adafruit.com/products/2468
ptcrews 0:13b14c71d29e 20 * http://www.adafruit.com/products/2542
ptcrews 0:13b14c71d29e 21
ptcrews 0:13b14c71d29e 22 These modules use TTL Serial to communicate, 2 pins are required to interface
ptcrews 0:13b14c71d29e 23
ptcrews 0:13b14c71d29e 24 Adafruit invests time and resources providing this open source code,
ptcrews 0:13b14c71d29e 25 please support Adafruit and open-source hardware by purchasing
ptcrews 0:13b14c71d29e 26 products from Adafruit!
ptcrews 0:13b14c71d29e 27
ptcrews 0:13b14c71d29e 28 Check out the links above for our tutorials and wiring diagrams
ptcrews 0:13b14c71d29e 29
ptcrews 0:13b14c71d29e 30 Written by Limor Fried/Ladyada for Adafruit Industries.
ptcrews 0:13b14c71d29e 31 BSD license, all text above must be included in any redistribution
ptcrews 0:13b14c71d29e 32 With updates from Samy Kamkar
ptcrews 0:13b14c71d29e 33
ptcrews 0:13b14c71d29e 34 To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_FONA
ptcrews 0:13b14c71d29e 35 Check that the Adafruit_FONA folder contains Adafruit_FONA.cpp and Adafruit_FONA.h
ptcrews 0:13b14c71d29e 36
ptcrews 0:13b14c71d29e 37 Place the Adafruit_FONA library folder your *arduinosketchfolder*/libraries/ folder.
ptcrews 0:13b14c71d29e 38 You may need to create the libraries subfolder if its your first library. Restart the IDE.