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.
Fork of T_motor by
Revision 9:45748b44b89d, committed 2017-10-10
- 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 |
--- 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_)
--- 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
{
