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.cpp Source File

Potentiometer.cpp

00001 #include "Potentiometer.h"
00002 #include "mbed.h"
00003 
00004 namespace POTENTIOMETER {
00005     AnalogIn adc[] = {
00006         AnalogIn(ADC0_PIN),
00007         AnalogIn(ADC1_PIN),
00008         AnalogIn(ADC2_PIN),
00009     };
00010 }