大季 矢花 / Mbed 2 deprecated 2019_Master_9_2

Dependencies:   mbed TrapezoidControl QEI

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     DigitalOut dio[]= {
00006         DigitalOut(ADC0_PIN),
00007         DigitalOut(ADC1_PIN),
00008         DigitalOut(ADC2_PIN),
00009         DigitalOut(ADC3_PIN),
00010     };
00011 }