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.cpp
- Revision:
- 43:677f7446612e
- Parent:
- 31:45f97698857b
--- a/Input/Potentiometer/Potentiometer.cpp Mon Sep 30 11:33:22 2019 +0000
+++ b/Input/Potentiometer/Potentiometer.cpp Wed Oct 02 01:53:59 2019 +0000
@@ -7,7 +7,5 @@
DigitalOut(ADC1_PIN),
DigitalOut(ADC2_PIN),
DigitalOut(ADC3_PIN),
- DigitalOut(ADC4_PIN),
-
};
}