forkd

Dependencies:   mbed

Fork of LG2 by Dmitry Kovalev

Revision:
150:29c9f7671bac
Parent:
145:f023b2f18b82
Child:
152:cff1321ab25e
--- a/vibro.h	Tue May 03 05:12:26 2016 +0000
+++ b/vibro.h	Wed May 04 14:01:57 2016 +0000
@@ -17,6 +17,7 @@
 #define  TIME_INTERVAL	(7812)
 
 
+
 extern int tempAMP;
 typedef struct _Gyro {
    
@@ -30,7 +31,7 @@
    unsigned int StrayPLC_2Mode;
    unsigned int	StrayPLC_flag;
    unsigned int	LogPLC;
-   
+   unsigned int	PLC_Lern;
    
    
    unsigned int Test_time;
@@ -293,6 +294,8 @@
 extern void VibroOut(void);
 extern void Discharg (void);
 extern void BackLight (void);
+extern void VibroAMPRegul(void);
+extern void VibroFrqRegul(void);
 extern unsigned int FrecTp;
 extern int Pulse_midl;
 extern struct VIBRO Vib;