大季 矢花 / Mbed 2 deprecated 2019_Master_9_2

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         
00012     extern DigitalOut dio[];
00013 }
00014 
00015 //#define ADC4_PIN    PB_0
00016 
00017 #endif