aa
Dependencies: mbed TrapezoidControl QEI
Diff: Input/Potentiometer/Potentiometer.h
- Revision:
- 31:45f97698857b
- Parent:
- 16:3f2c2d89372b
diff -r 9450dc1d53cc -r 45f97698857b Input/Potentiometer/Potentiometer.h --- 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