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:
2:a47b72e3654e
Parent:
1:89299f09929c
--- a/Adafruit_FONA.h	Sat Jun 27 15:03:10 2015 +0000
+++ b/Adafruit_FONA.h	Mon Jun 29 20:48:25 2015 +0000
@@ -92,7 +92,7 @@
         bool getBattVoltage(uint16_t *v);
         
         // SIM query
-        uint8_t unlockSIM(char *pin);
+        bool unlockSIM(char *pin);
         uint8_t getSIMCCID(char *ccid);
         uint8_t getNetworkStatus(void);
         uint8_t getRSSI(void);