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
Diff: vibro.c
- Revision:
- 98:95b8e79f13e1
- Parent:
- 96:1c8536458119
- Child:
- 99:3d8f206ceac2
--- a/vibro.c Mon Mar 28 15:32:21 2016 +0000 +++ b/vibro.c Tue Mar 29 09:51:17 2016 +0000 @@ -4,7 +4,7 @@ //volatile int Temp = 0 ; volatile unsigned int Flag=0; unsigned int FrecTemp=0; - +unsigned int FrecTp=0; void Discharg ()//проверка битового поля поджига и установка значения бита поджига @@ -129,8 +129,9 @@ // расчет Фазы с учетор разници TempFaza = -4; for (CountFaza = 0; CountFaza < 8; CountFaza++ ) { - if (Buff_Restored_sin [(CountV255- 12 + CountFaza) & 0xff] > 0 ) TempFaza++; - } // расчет Фазы с учетор разници + if (Buff_Restored_sin [(CountV255 - 12 + CountFaza) & 0xff] > 0 ) TempFaza++; + } + // FrecTp=Buff_Restored_sin [(CountV31 - 12 + CountFaza) & 0xff]; Gyro.Frq -=TempFaza*1000; break; }