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

Fork of LocalFileSystem_Read by HEL's Angels

localRead.h

Committer:
nathanhonka
Date:
2015-07-02
Revision:
3:bf1ad768a7b3
Parent:
1:a5555eb914bb

File content as of revision 3:bf1ad768a7b3:

#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);