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.
HbMotor.h
- Committer:
- takeru0x1103
- Date:
- 2018-12-01
- Revision:
- 18:5aa48aec9cae
- Child:
- 24:c5945aaae777
File content as of revision 18:5aa48aec9cae:
#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