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.
Dependencies: Encoder
Diff: SpeedController.h
- Revision:
- 11:1f6b35a255f2
- Parent:
- 7:b1708b8819f1
--- a/SpeedController.h Sat Aug 10 05:36:57 2019 +0000 +++ b/SpeedController.h Tue Feb 25 01:21:51 2020 +0000 @@ -146,7 +146,7 @@ * * (どんなプログラムにも言えるが、)そのためこのようなprintfの頻度を少なくさせるような工夫が必要になる。 */ - void Sc(double target_omega); + void Sc(double target_omega,int flag,double omega); /** モーター停止用関数 * dutyを0にする */