B+IMU+SD

Dependencies:   BMI160 RTC SDFileSystem USBDevice max32630fthr

Fork of MPSMAXbutton by Faizan Ahmad

Revision:
3:bd223559f79b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/files.h	Wed May 09 11:01:18 2018 +0000
@@ -0,0 +1,21 @@
+#ifndef MY_FILES_H
+#define MY_FILES_H
+
+#define DIR_UP      0
+#define DIR_DOWN    1
+
+typedef struct{
+    int x[10];
+    int t[10];
+    int pos;
+}Function;
+
+int initSDCard();
+int readFileNames();
+int navFunctionFiles(int direction);
+int openFunctionFile(int inpFile);
+void printFunctionData();
+
+
+
+#endif