fork

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
30:17c84ed091b3
Parent:
21:bc8c1cec3da6
Child:
40:8a6494f61326
--- a/Global.c	Fri Feb 05 08:02:55 2016 +0000
+++ b/Global.c	Fri Feb 05 23:21:54 2016 +0000
@@ -28,13 +28,19 @@
 		{
 			VibroReg |= 0x0;
 		}
-void ButtonLightUP(void)
+
+void ButtonLightUP(void)				// включение аоджига и подсветки
 {
 			if ((secPuls>100)&&(pulse_Rq==1))
 			 {
 				 pulse_Rq=0;
-				 LightUpCount=3000;
-				 BackLightCount=5000;
+
+
+
+//				 LightUpCount=3000;
+//				 BackLightCount=5000;
+
+
 			 }
 }