Prototyping the Adaptable Emergency System on an C027 board.

Dependencies:   C027_Support mbed

Fork of c027_prototyping by Philémon Favrod

Revision:
2:0eb41327c023
Child:
4:f1708f6ec905
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sms_lib.h	Tue Sep 30 15:34:10 2014 +0000
@@ -0,0 +1,12 @@
+#ifndef __SMS_LIB_H__
+#define __SMS_LIB_H__
+
+struct sms_data_t {
+    char *phone_num;
+    char *msg_buf;
+};
+
+int init_sms_features(void);
+
+
+#endif __SMS_LIB_H__
\ No newline at end of file