fork

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
139:1716152517aa
Parent:
134:caf4c9cd5052
Child:
140:1fbf117fc120
--- a/Global.c	Sat Apr 23 15:00:20 2016 +0000
+++ b/Global.c	Mon Apr 25 10:30:21 2016 +0000
@@ -21,6 +21,10 @@
 unsigned int    ShiftD;
 unsigned int    ShiftL;
 
+unsigned int	Stray; //помеха
+unsigned int	Stray_flag;
+unsigned int	Log;
+
 __asm void boot_jump( uint32_t address ){
    LDR SP, [R0]         ;Load new stack pointer address
    LDR R0, [R0, #4]     ;Load new program counter address
@@ -59,6 +63,10 @@
     ShiftL		= 0;
     Event500Hz  = 0;
     Time500Hz   = 0;
+    
+    Stray 		= 1000;
+    Stray_flag	= 0;
+    Log 		= 0;
 /////////////////////////////////////////////
 /////////////////////////////////////////////