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 LG by
Dither_Reg.h@0:8ad47e2b6f00, 2016-01-30 (annotated)
- Committer:
- igor_v
- Date:
- Sat Jan 30 13:00:39 2016 +0000
- Revision:
- 0:8ad47e2b6f00
- Child:
- 21:bc8c1cec3da6
2016_01_30;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
igor_v | 0:8ad47e2b6f00 | 1 | |
igor_v | 0:8ad47e2b6f00 | 2 | |
igor_v | 0:8ad47e2b6f00 | 3 | extern uint32_t L_Vibro; |
igor_v | 0:8ad47e2b6f00 | 4 | extern uint32_t T_Vibro; |
igor_v | 0:8ad47e2b6f00 | 5 | extern int F_ras; //e. really output frequency, divided by 16 (for transmission) |
igor_v | 0:8ad47e2b6f00 | 6 | extern int T_VB_pll; //e. PD output of the frequency regulator of the dither drive //r. âûõîä ÔÄ ðåãóëÿòîðà ÷àñòîòû âèáðîïðèâîäà |
igor_v | 0:8ad47e2b6f00 | 7 | |
igor_v | 0:8ad47e2b6f00 | 8 | |
igor_v | 0:8ad47e2b6f00 | 9 | void init_Dither_reg(void); |
igor_v | 0:8ad47e2b6f00 | 10 | |
igor_v | 0:8ad47e2b6f00 | 11 | void clc_Dith_regulator(void); |
igor_v | 0:8ad47e2b6f00 | 12 | void clc_OutFreq_regulator(void); |
igor_v | 0:8ad47e2b6f00 | 13 |