Prototyping the Adaptable Emergency System on an C027 board.

Dependencies:   C027_Support mbed

Fork of c027_prototyping by Philémon Favrod

Revision:
17:726bbc1b73ee
Parent:
10:b9ca12e9bb34
--- a/sms_lib.h	Wed Oct 01 08:47:54 2014 +0000
+++ b/sms_lib.h	Sun Oct 05 12:38:04 2014 +0000
@@ -8,7 +8,7 @@
     char *msg_buf;
 };
 
-int init_sms_features(MDMSerial *_mdm);
+int init_sms_features(MDMSerial *_mdm, char* SIMPIN);
 
 int send_sms(struct sms_data_t *sms);
 int read_sms(struct sms_data_t *sms);