forkd

Dependencies:   mbed

Fork of LG2 by Dmitry Kovalev

Global.c

Committer:
igor_v
Date:
2016-01-30
Revision:
0:8ad47e2b6f00
Child:
13:e2a1d18677b8

File content as of revision 0:8ad47e2b6f00:

#include "Global.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;
			 }
}