Dependents:   omuni_a omuni

Fork of T_motor by ken fuji

Files at this revision

API Documentation at this revision

Comitter:
gaku_sigu
Date:
Tue Oct 10 12:41:23 2017 +0000
Parent:
8:2759e619969a
Commit message:
2017/10/10

Changed in this revision

T_motor.cpp Show annotated file Show diff for this revision Revisions of this file
T_motor.h Show annotated file Show diff for this revision Revisions of this file
diff -r 2759e619969a -r 45748b44b89d T_motor.cpp
--- a/T_motor.cpp	Wed Sep 27 10:28:52 2017 +0000
+++ b/T_motor.cpp	Tue Oct 10 12:41:23 2017 +0000
@@ -1,4 +1,3 @@
-#include "mbed.h"
 #include "T_motor.h"
 
 void T_motor::setAddr(int addr_)
diff -r 2759e619969a -r 45748b44b89d T_motor.h
--- a/T_motor.h	Wed Sep 27 10:28:52 2017 +0000
+++ b/T_motor.h	Tue Oct 10 12:41:23 2017 +0000
@@ -1,5 +1,6 @@
 #ifndef T_motor_H
 #define T_motor_H
+#include "mbed.h"
 
 class T_motor
 {