teamALI / Mbed 2 deprecated HB2018

Dependencies:   mbed FreeRTOS

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