B+IMU+SD

Dependencies:   BMI160 RTC SDFileSystem USBDevice max32630fthr sd-driver

Fork of MPSMAXbutton by Faizan Ahmad

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers files.h Source File

files.h

00001 #ifndef MY_FILES_H
00002 #define MY_FILES_H
00003 
00004 #define DIR_UP      0
00005 #define DIR_DOWN    1
00006 
00007 typedef struct{
00008     int x[10];
00009     int t[10];
00010     int pos;
00011 }Function;
00012 
00013 int initSDCard();
00014 int readFileNames();
00015 int navFunctionFiles(int direction);
00016 int openFunctionFile(int inpFile);
00017 void printFunctionData();
00018 
00019 
00020 
00021 #endif