aa
Dependencies: mbed TrapezoidControl QEI
Diff: Input/Potentiometer/Potentiometer.cpp
- Revision:
- 16:3f2c2d89372b
- Parent:
- 1:b1219d8ca117
- Child:
- 31:45f97698857b
--- a/Input/Potentiometer/Potentiometer.cpp Sun Oct 21 02:14:15 2018 +0000 +++ b/Input/Potentiometer/Potentiometer.cpp Mon Jul 01 13:00:20 2019 +0000 @@ -6,5 +6,8 @@ AnalogIn(ADC0_PIN), AnalogIn(ADC1_PIN), AnalogIn(ADC2_PIN), + AnalogIn(ADC3_PIN), + AnalogIn(ADC4_PIN), + }; }