Kontrol Motor

Dependencies:   Motor mbed

Files at this revision

API Documentation at this revision

Comitter:
Sufa
Date:
Sat Oct 29 15:02:59 2016 +0000
Parent:
0:5b69ef2e8d34
Commit message:
hjdsd

Changed in this revision

motor.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 5b69ef2e8d34 -r 9a48ed5c8b73 motor.cpp
--- a/motor.cpp	Sat Oct 29 14:36:04 2016 +0000
+++ b/motor.cpp	Sat Oct 29 15:02:59 2016 +0000
@@ -4,8 +4,8 @@
 #include "Motor.h"
 #include "mbed.h"
 
-Motor myMotor (PA_11, PA_15, PC_15);
-Motor myMotor2 (PA_8, PC_14, PA_14);
+Motor myMotor (D10, D11, D12);
+Motor myMotor2 (PA_11, PC_15, PA_15);
 
 int main (void)
 {