Library for the Adafruit FONA. This is a port of the original Arduino library available at: https://github.com/adafruit/Adafruit_FONA_Library .

Dependents:   Adafruit_FONA_Library_FONAtest

Library for the Adafruit FONA. This is a port of the original Arduino library available at: https://github.com/adafruit/Adafruit_FONA_Library .

Revision:
0:d567815b7a5f
diff -r 000000000000 -r d567815b7a5f README.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.txt	Sat Jun 27 09:25:38 2015 +0000
@@ -0,0 +1,38 @@
+Port of an Arduino library for Mbed by Marc PLOUHINEC (m_plouhinec@yahoo.fr).
+Last update: 27/06/2015
+
+The original code is available here: https://github.com/adafruit/Adafruit_FONA_Library
+
+Original README.TXT file content:
+=================================
+
+Adafruit_FONA_Library
+=====================
+
+**This library requires Arduino v1.0.6 or higher**
+
+This is a library for the Adafruit FONA Cellular GSM Breakouts etc
+
+Designed specifically to work with the Adafruit FONA Breakout
+  * https://www.adafruit.com/products/1946
+  * https://www.adafruit.com/products/1963
+  * http://www.adafruit.com/products/2468
+  * http://www.adafruit.com/products/2542
+
+These modules use TTL Serial to communicate, 2 pins are required to interface
+
+Adafruit invests time and resources providing this open source code, 
+please support Adafruit and open-source hardware by purchasing 
+products from Adafruit!
+
+Check out the links above for our tutorials and wiring diagrams 
+
+Written by Limor Fried/Ladyada for Adafruit Industries.  
+BSD license, all text above must be included in any redistribution
+With updates from Samy Kamkar
+
+To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_FONA 
+Check that the Adafruit_FONA folder contains Adafruit_FONA.cpp and Adafruit_FONA.h
+
+Place the Adafruit_FONA library folder your *arduinosketchfolder*/libraries/ folder. 
+You may need to create the libraries subfolder if its your first library. Restart the IDE.