forkd

Dependencies:   mbed

Fork of LGstaandart by Dmitry Kovalev

Revision:
232:130a2b5003e6
Parent:
99:3d8f206ceac2
--- a/InputOutput.h	Thu Jan 25 13:59:43 2018 +0000
+++ b/InputOutput.h	Wed Jan 31 13:41:23 2018 +0000
@@ -58,7 +58,7 @@
 
 #define TIMEOUT		1000
 
-typedef union 
+/*typedef union 
       {
 		    int ArrayOut[31];
   struct {  
@@ -90,7 +90,7 @@
 		 } Str;	 
 	   } OUTPUT;
 
-
+*/
 typedef union 
       {
 			int ArrayIn[3];
@@ -102,7 +102,7 @@
 	   } INPUT; 
 
 extern INPUT Input;
-extern OUTPUT Output;
+//extern OUTPUT Output;
 extern  volatile uint32_t I2CMasterState;
 extern  volatile uint32_t I2CMasterBuffer[];
 void DAC_ADC_Exchange_Init(void);