da
Dependencies: mbed TrapezoidControl QEI
Diff: Input/Potentiometer/Potentiometer.h
- Revision:
- 1:b1219d8ca117
- Parent:
- 0:669ef71cba68
- Child:
- 16:3f2c2d89372b
--- a/Input/Potentiometer/Potentiometer.h Sat Sep 08 06:05:22 2018 +0000 +++ b/Input/Potentiometer/Potentiometer.h Mon Sep 10 01:39:15 2018 +0000 @@ -4,10 +4,9 @@ #include "mbed.h" namespace POTENTIOMETER { - #define ADC0_PIN PC_2 - #define ADC1_PIN PC_3 - #define ADC2_PIN PC_0 - #define ADC3_PIN PC_1 + #define ADC0_PIN PC_3 + #define ADC1_PIN PC_0 + #define ADC2_PIN PC_1 extern AnalogIn adc[]; }