B+IMU+SD

Dependencies:   BMI160 RTC SDFileSystem USBDevice max32630fthr sd-driver

Fork of MPSMAXbutton by Faizan Ahmad

files.h

Committer:
FaizanAhmad
Date:
2018-05-09
Revision:
3:bd223559f79b

File content as of revision 3:bd223559f79b:

#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