B+IMU+SD

Dependencies:   BMI160 RTC SDFileSystem USBDevice max32630fthr

Fork of MPSMAXbutton by Faizan Ahmad

Revision:
0:769c5a7b3939
Child:
1:6b969a803e1b
Child:
3:bd223559f79b
diff -r 000000000000 -r 769c5a7b3939 main.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.h	Mon May 07 21:28:03 2018 +0000
@@ -0,0 +1,9 @@
+#include <string.h>
+#include "sc_types.h"
+
+/*Global variable*/
+extern bool is_smactive;
+
+/*function declaration*/
+
+extern void PrintStatus_Serial(int val );
\ No newline at end of file