n

Dependencies:   mbed

Fork of LG by igor Apu

Global.c

Committer:
igor_v
Date:
2016-02-02
Revision:
13:e2a1d18677b8
Parent:
0:8ad47e2b6f00
Child:
15:f5191a1c3805

File content as of revision 13:e2a1d18677b8:

#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];
unsigned char Time[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;
			 }
}