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 TVDctrller2017_brdRev1_ver6 by
Diff: Steering.cpp
- Revision:
- 25:c21d35c7f0de
- Parent:
- 24:1de0291bc5eb
- Child:
- 28:47e9531a3a9d
diff -r 1de0291bc5eb -r c21d35c7f0de Steering.cpp
--- a/Steering.cpp Thu Jun 29 01:58:49 2017 +0000
+++ b/Steering.cpp Sat Jul 01 00:26:28 2017 +0000
@@ -66,11 +66,8 @@
void loadSteerAngle(void)
{
- static int preAngle=0;
-
if(steerIntFlag == true) {
steerIntFlag = false;
-
int readData = GTB[readIoExp()];
if(readData == 127) {
@@ -85,8 +82,6 @@
//gSteerAngle = (int)(readData*ratioLPF + preAngle*(1.0f-ratioLPF));
gSteerAngle = readData;
-
- preAngle = gSteerAngle;
}
}
