Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed TrapezoidControl QEI
Diff: Input/Potentiometer/Potentiometer.h
- 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