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 LGstaandart by
Diff: vibro.c
- Revision:
- 180:375dcd9c0cb6
- Parent:
- 179:2b4e6bc277df
- Child:
- 183:7e200f4d9b16
--- a/vibro.c Tue Jul 05 14:00:50 2016 +0000
+++ b/vibro.c Wed Jul 06 08:28:15 2016 +0000
@@ -73,6 +73,7 @@
}
Nmax =(unsigned int)((100000/(Gyro.Frq>>16))-1);
Gyro.AmpN1=(unsigned int)((Nmax*(100-Gyro.AmpPer+Gyro.AmpPerDel))/(Gyro.Frq>>16));//левая граница амплитуды
+ // Gyro.AmpN1=(unsigned int)((Nmax*(100-(Gyro.AmpPer-Gyro.AmpPerDel)))/(Gyro.Frq>>16));//левая граница амплитуды
Gyro.AmpN2=(unsigned int)((Nmax/2)-Gyro.AmpN1); //правая граница амплитуды
Cheng_AMP_Flag=0;
}
