30 lines
1.3 KiB
Markdown
30 lines
1.3 KiB
Markdown
|
# Adafruit FONA Library [![Build Status](https://secure.travis-ci.org/adafruit/Adafruit_FONA_Library.svg?branch=master)](https://travis-ci.org/adafruit/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.
|