123

Dependencies:   mbed

Fork of LG by igor Apu

Committer:
Diletant
Date:
Wed Feb 08 06:33:40 2017 +0000
Revision:
198:78dd6d14d108
Parent:
21:bc8c1cec3da6
DeviceXXX.XXX files moved to: https://developer.mbed.org/users/Diletant/code/H4/

Who changed what in which revision?

UserRevisionLine numberNew contents of line
igor_v 0:8ad47e2b6f00 1 extern uint32_t L_Vibro;
igor_v 0:8ad47e2b6f00 2 extern uint32_t T_Vibro;
igor_v 21:bc8c1cec3da6 3 extern int F_ras; //e. really output frequency, divided by 16 (for transmission)
igor_v 21:bc8c1cec3da6 4 extern int T_VB_pll; //e. PD output of the frequency regulator of the dither drive //r. выход ФД регулятора частоты вибропривода
igor_v 0:8ad47e2b6f00 5
igor_v 0:8ad47e2b6f00 6
igor_v 21:bc8c1cec3da6 7 void init_Dither_reg(void);
igor_v 0:8ad47e2b6f00 8
igor_v 0:8ad47e2b6f00 9 void clc_Dith_regulator(void);
igor_v 21:bc8c1cec3da6 10 void clc_OutFreq_regulator(void);