fork

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
200:1df682165694
Parent:
90:d9b6a4bc5065
--- a/InputOutput.c	Thu Oct 20 09:32:25 2016 +0000
+++ b/InputOutput.c	Thu Oct 20 11:38:22 2016 +0000
@@ -97,7 +97,7 @@
 ** Returned value:		None
 ** 
 ******************************************************************************/
-void DAC_ADC_Exchange()
+/*void DAC_ADC_Exchange()
 {
   //-------------------------loading data from ADC to buffer---------------------------------------
 //int x;
@@ -120,7 +120,7 @@
 		             LPC_SSP0->DR = (Output.ArrayOut[0]<<1) & 0xFFF0; 		//e. передача 12 бит
 	              } 		 
         }
-}
+}*/
 /******************************************************************************
 ** Function name:		ADC_Input
 **