fork

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
201:76f4123bf22a
Parent:
197:7a05523bf588
Child:
202:c03b7b128e11
--- a/vibro.h	Wed Oct 19 10:55:05 2016 +0000
+++ b/vibro.h	Wed Nov 02 14:05:24 2016 +0000
@@ -37,7 +37,7 @@
    unsigned int	TimJump;
    unsigned int flagGph_W;
    unsigned int ModAmp;
-   
+   unsigned int Start;
 // unsigned int Test_time;
 // unsigned int Test_time1;
    
@@ -109,8 +109,8 @@
     int CaunPlus;//
     int CaunMin;//    
 // данные АЦП
-    unsigned int Termo;	// значение АЦП
-    unsigned int TermoNKU;
+    int Termo;	// значение АЦП
+    int TermoNKU;
     float Ktermo;
     unsigned int DeltaT;
     unsigned int In1;
@@ -149,10 +149,10 @@
     unsigned int SOC_Out;
     unsigned int My_Addres;
     unsigned int DropDelayGLD;//задержка для мультидропа (дискрета 100кГц)
-    #define DropDelayGLD_0 50
-    #define DropDelayGLD_1 50
-    #define DropDelayGLD_2 65
-    #define DropDelayGLD_3 80  
+    #define DropDelayGLD_0 200
+    #define DropDelayGLD_1 200
+    #define DropDelayGLD_2 210
+    #define DropDelayGLD_3 220
     unsigned int GLD_Serial;
     unsigned int CRC;
     unsigned int Firmware_Version;