forkd

Dependencies:   mbed

Fork of LG2 by Dmitry Kovalev

Revision:
23:12e6183f04d4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/host/Source/App/Global.c	Wed Feb 03 10:44:42 2016 +0300
@@ -0,0 +1,25 @@
+#include "Global.h"
+#include "CntrlGLD.h"
+
+
+unsigned int VibroReg = 0;  //ðåãèñòð ñîñòàÿíèÿ âèáðîïðèâîäà.
+unsigned long Global_Time=0, Time_UART=0,Time_Sec=0,Time_vibro=0,Time_1kHz=0;
+unsigned long MaxAmp=0;
+unsigned char BuffTemp[100];
+		void VibroPush(void)
+		{
+			VibroReg |= 0x1;
+		}
+		void VibroPull(void)
+		{
+			VibroReg |= 0x0;
+		}
+void ButtonLightUP(void)
+{
+			if ((secPuls>100)&&(pulse_Rq==1))
+			 {
+				 pulse_Rq=0;
+				 LightUpCount=3000;
+				 BackLightCount=5000;
+			 }
+}
\ No newline at end of file