B+IMU+SD

Dependencies:   BMI160 RTC SDFileSystem USBDevice max32630fthr

Fork of MPSMAXbutton by Faizan Ahmad

Revision:
1:6b969a803e1b
diff -r 769c5a7b3939 -r 6b969a803e1b files.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/files.h	Tue May 08 13:45:29 2018 +0000
@@ -0,0 +1,16 @@
+#ifndef MY_FILES_H
+#define MY_FILES_H
+
+#define DIR_UP      0
+#define DIR_DOWN    1
+
+#include "mbed.h"
+#include "main.h"
+
+int initSDCard();
+int readFileNames();
+int navFunctionFiles(int direction);
+int openFunctionFile(int inpFile);
+void printFunctionData();
+
+#endif