Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LG by
Global.c
- Committer:
- igor_v
- Date:
- 2016-02-11
- Revision:
- 51:81f47b817071
- Parent:
- 40:8a6494f61326
- Child:
- 52:30f2e52a493f
File content as of revision 51:81f47b817071:
#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[500]; unsigned int Event1Hz = 0; unsigned int Event1K = 0; unsigned int Event100K = 0; unsigned int EventVibro = 0; unsigned int Time1K = 0; unsigned int Time100K = 0; unsigned int Time1Hz = 0; unsigned int Clock1Hz = 0; unsigned int ShiftD = 0; unsigned int ShiftL = 0; void ButtonLightUP(void) // включение аоджига и подсветки { if ((secPuls>100)&&(pulse_Rq==1)) { pulse_Rq=0; // LightUpCount=3000; // BackLightCount=5000; } }