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 #define ADC4_PIN PB_0 00012 00013 extern DigitalOut dio[]; 00014 } 00015 00016 #endif
Generated on Mon Jul 18 2022 16:34:40 by
