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
Potentiometer.h
00001 #ifndef POTENTIOMETER_H_ 00002 #define POTENTIOMETER_H_ 00003 00004 #include "mbed.h" 00005 00006 namespace POTENTIOMETER { 00007 #define ADC0_PIN PC_2 00008 #define ADC1_PIN PC_3 00009 #define ADC2_PIN PC_0 00010 #define ADC3_PIN PC_1 00011 00012 extern DigitalOut dio[]; 00013 } 00014 00015 //#define ADC4_PIN PB_0 00016 00017 #endif
Generated on Thu Aug 11 2022 13:16:31 by
