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 LG2 by
Diff: vibro.h
- Revision:
- 201:76f4123bf22a
- Parent:
- 197:7a05523bf588
- Child:
- 202:c03b7b128e11
diff -r 7a05523bf588 -r 76f4123bf22a vibro.h
--- 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;
