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:
- 26:331e77bb479b
- Parent:
- 25:c21d35c7f0de
- Child:
- 28:47e9531a3a9d
--- a/TVDCTRL.h Sat Jul 01 00:26:28 2017 +0000 +++ b/TVDCTRL.h Sat Jul 01 07:24:50 2017 +0000 @@ -74,7 +74,7 @@ const int MAX_PULSE_TIME =150000; //最大パルス時間(about:4.02km/h) void initTVD(void); -void driveTVD(void); +void driveTVD(int TVDmode, bool isRedyToDrive); int getPulseCounter(SelectMotor rl); float getVelocity(void);