Motor driver library for the AP1017.

/media/uploads/tkstreet/akm_name_logo.png

AKM Development Platform

AP1017 Motor Driver

Import libraryAP1017

Motor driver library for the AP1017.

Revision:
5:2da4339149a6
Parent:
4:c36159701cde
Child:
6:d4d3bc82d446
--- a/AP1017.cpp	Fri Apr 21 20:18:32 2017 +0000
+++ b/AP1017.cpp	Fri Apr 21 20:43:25 2017 +0000
@@ -8,7 +8,7 @@
 {
     motor = new PwmOut(P0_10);
     inA = new DigitalOut(P0_11);
-    inB = new DigitalOut(P0_10);
+    inB = new DigitalOut(P0_9);
 }
 
 // Default destructor