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:
- 18:5aa48aec9cae
- Child:
- 24:c5945aaae777
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/HbMotor.h Sat Dec 01 14:03:08 2018 +0000 @@ -0,0 +1,19 @@ +#ifndef __HBMOTOR_H__ +#define __HBMOTOR_H__ +///////////////////////////////////////////////////////////////////// +#include "typedef.h" + +class HbMotor{ +private: + UCHAR id ;//識別ID + INT16 ofs;//オフセットスロットル + INT16 limitH;// + INT16 limitL;// +public: + HbMotor(UCHAR iID);//コンストラクタ + void setValue(INT16 iVal); + +}; + +///////////////////////////////////////////////////////////////////// +#endif \ No newline at end of file