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.
Diff: HbMotor.h
- Revision:
- 25:f3a6e7eec9c3
- Parent:
- 24:c5945aaae777
- Child:
- 27:ff63c23bc689
--- a/HbMotor.h Mon Dec 10 12:29:37 2018 +0000 +++ b/HbMotor.h Wed Dec 12 23:52:22 2018 +0000 @@ -9,11 +9,15 @@ INT16 ofs;//オフセットスロットル INT16 limitH;// INT16 limitL;// + INT16 curVal; public: HbMotor(UCHAR iID);//コンストラクタ void setValue(INT16 iVal); - void setOffset(INT16 iVal); + void setOfs(INT16 iVal); + INT16 getOfs(); void setLimit(INT16 low, INT16 hi); + INT16 getCurrentValue(); + void setValueDirect(INT16 iVal); }; /////////////////////////////////////////////////////////////////////