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
diff -r 89299f09929c -r a47b72e3654e Adafruit_FONA.cpp
--- a/Adafruit_FONA.cpp	Sat Jun 27 15:03:10 2015 +0000
+++ b/Adafruit_FONA.cpp	Mon Jun 29 20:48:25 2015 +0000
@@ -152,7 +152,7 @@
 
 /********* SIM ***********************************************************/
 
-uint8_t Adafruit_FONA::unlockSIM(char *pin)
+bool Adafruit_FONA::unlockSIM(char *pin)
 {
     char sendbuff[14] = "AT+CPIN=";
     sendbuff[8] = pin[0];