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: TVDCTRL.h
- Revision:
- 43:5da6b1574227
- Parent:
- 39:c05074379713
- Child:
- 44:d433bb5f77c0
diff -r 3ab09d0e3071 -r 5da6b1574227 TVDCTRL.h --- a/TVDCTRL.h Sat Oct 28 06:44:09 2017 +0000 +++ b/TVDCTRL.h Thu Nov 02 01:56:46 2017 +0000 @@ -81,15 +81,14 @@ void initTVD(void); void driveTVD(int TVDmode, bool isRedyToDrive); -int getPulseCounter(Select rl); float getVelocity(void); int getCurrentSensor(int sensor); int getRawSensor(int sensor); void getCurrentErrCount(struct errCounter_t *ptr); int calcRequestTorque(void); -int getMotorTorque(Select rl); +int getMotorTorque(select_t rl); int getDistributionTorque(void); int isBrakeOn(void); -int getRPS(Select rl, bool switchWheel=false); +float getWheelRps(select_t position); #endif \ No newline at end of file