AP1017 library for the Rev.E hardware with expanded capabilities.

Fork of AP1017 by AKM Development Platform

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