Version working with mbed-os

Dependents:  

Fork of Adafruit_FONA_Library by Jesse van Rhijn

Committer:
zathorix
Date:
Wed May 24 09:19:56 2017 +0000
Revision:
8:aacbc647caee
Parent:
0:d567815b7a5f
Changed some print statements

Who changed what in which revision?

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