Library to use SIMCOM's GSM/GPS/BT SIM808 module.

Dependents:   GPS_SIMCOM_SIM808

Fork of Adafruit_FONA_Library by Marc Plouhinec

Revision:
2:a47b72e3654e
Parent:
1:89299f09929c
Child:
3:e04e0243fa54
--- 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);