read and write to local file system.

Fork of LocalFileSystem_Read by Hayley Cashdollar

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers localRead.h Source File

localRead.h

00001 #ifndef LOCALREAD_H
00002 #define LOCALREAD_H
00003 
00004 
00005 #include "mbed.h"
00006 #include "initExoVars.h"
00007 
00008 
00009 extern float LeftCalib;
00010 extern float RightCalib;
00011 
00012 extern float leftOffset;
00013 extern float rightOffset;
00014 float txtLeft;
00015 float txtRight;
00016 extern float hello1;
00017 extern float hello2;
00018 ////char A[10];
00019 
00020 
00021 
00022 
00023 extern void ReadFile(void);
00024 extern void WriteFile(void);
00025 extern void localRead(void);
00026 
00027 #endif
00028