Mechatronics projectA'
Fork of Motor by
Revision 3:1abbcd04b07f, committed 2013-07-28
- Comitter:
- ohtake_i
- Date:
- Sun Jul 28 03:18:28 2013 +0000
- Parent:
- 2:f265e441bcd9
- Commit message:
- Titech Mechatronics
Changed in this revision
Motor.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r f265e441bcd9 -r 1abbcd04b07f Motor.cpp --- a/Motor.cpp Tue Nov 23 16:16:43 2010 +0000 +++ b/Motor.cpp Sun Jul 28 03:18:28 2013 +0000 @@ -24,6 +24,7 @@ #include "mbed.h" +// define PinName Motor::Motor(PinName pwm, PinName fwd, PinName rev): _pwm(pwm), _fwd(fwd), _rev(rev) {