button

Dependencies:   BMI160 SDFileSystem USBDevice max32630fthr

Fork of MPSMAX 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 #include "mbed.h"
00008 #include "main.h"
00009 
00010 int initSDCard();
00011 int readFileNames();
00012 int navFunctionFiles(int direction);
00013 int openFunctionFile(int inpFile);
00014 void printFunctionData();
00015 
00016 #endif