Corrected header file include guards (did not encapsulate entire header).

Fork of LocalFileSystem_Read by HEL's Angels

localRead.h

Committer:
cashdollar
Date:
2015-06-30
Revision:
1:a5555eb914bb

File content as of revision 1:a5555eb914bb:

#ifndef LOCALREAD_H
#define LOCALREAD_H


#include "mbed.h"
#include "initExoVars.h"


extern float LeftCalib;
extern float RightCalib;

extern float leftOffset;
extern float rightOffset;
float txtLeft;
float txtRight;
extern float hello1;
extern float hello2;
////char A[10];



#endif

extern void ReadFile(void);
extern void WriteFile(void);
extern void localRead(void);