Prototyping the Adaptable Emergency System on an C027 board.

Dependencies:   C027_Support mbed

Fork of c027_prototyping by Philémon Favrod

Revision:
5:6d0cdd715100
Parent:
4:f1708f6ec905
Child:
6:58d48b90c9f7
--- a/sms_lib.h	Tue Sep 30 16:06:35 2014 +0000
+++ b/sms_lib.h	Tue Sep 30 17:49:29 2014 +0000
@@ -7,6 +7,8 @@
 };
 
 int init_sms_features(void);
-
+void close_sms_features(void);
 
+int send_sms(struct sms_t *sms);
+int read_sms(struct sms_t *sms);
 #endif
\ No newline at end of file