fork

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
1:f2adcae3d304
Parent:
0:8ad47e2b6f00
Child:
21:bc8c1cec3da6
--- a/InputOutput.h	Sat Jan 30 13:00:39 2016 +0000
+++ b/InputOutput.h	Sat Jan 30 13:53:19 2016 +0000
@@ -1,8 +1,10 @@
+#ifndef InputOutput_H
+#define InputOutput_H
 
-#include "Global.h"
 
 #include "stdint.h"
 
+
 //******************************I2C*************************************************
 #define I2C0
 
@@ -89,6 +91,9 @@
 } OUTPUT;
 
 
+
+
+
 typedef union {
     int ArrayIn[3];
     struct {
@@ -127,5 +132,5 @@
 void G_Photo_Init( void );
 void G_Photo_Exchange(void);
 
-//endof file
+#endif // InputOutput_H