aaaaaaaaa

Dependencies:   QEI mbed

Fork of MainBoard2018_Auto_Master_A_new by Akihiro Nakabayashi

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_3
00008     #define ADC1_PIN PC_0
00009     #define ADC2_PIN PC_1
00010 
00011     extern AnalogIn adc[];
00012 }
00013 
00014 #endif