aa

Dependencies:   mbed TrapezoidControl QEI

Revision:
31:45f97698857b
Parent:
16:3f2c2d89372b
Child:
36:788274604650
--- a/Input/Potentiometer/Potentiometer.h	Fri Sep 20 02:47:02 2019 +0000
+++ b/Input/Potentiometer/Potentiometer.h	Sat Sep 21 04:28:31 2019 +0000
@@ -10,7 +10,7 @@
     #define ADC3_PIN    PC_0
     #define ADC4_PIN    PB_0
         
-    extern AnalogIn adc[];
+    extern DigitalOut dio[];
 }
 
 #endif