fork

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
188:4c523cc373cc
Parent:
183:7e200f4d9b16
Child:
190:289514f730ee
--- a/MTimer.c	Mon Aug 01 14:03:08 2016 +0000
+++ b/MTimer.c	Fri Aug 19 14:02:02 2016 +0000
@@ -186,7 +186,7 @@
 //////////////////////////////////////////////////////////////////////
 __irq void TIMER1_IRQHandler (void)//13.27 kHz
 {
-    LoopOn
+    //LoopOn
     ResetCS(ADC);					  	 	//prepare ADC for sampling
     SetDAC(DAC);
 
@@ -203,7 +203,7 @@
 	SPI_Exchange(); 						//Чтение ADS_SPI
 
     LPC_TIM1->IR = 1;
-    LoopOff
+   // LoopOff
 }