大季 矢花 / Mbed 2 deprecated MainBoard2019_Master_9_22

Dependencies:   mbed TrapezoidControl QEI

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Potentiometer.h Source File

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