Taiki Maruyama / Mbed 2 deprecated MainBoard2018_Auto_Master_A

Dependencies:   mbed

Fork of MainBoard2018_Auto_Master_A by Akihiro Nakabayashi

Input/Potentiometer/Potentiometer.cpp

Committer:
kishibekairohan
Date:
2018-10-01
Revision:
4:3ae504b88679
Parent:
1:b1219d8ca117

File content as of revision 4:3ae504b88679:

#include "Potentiometer.h"
#include "mbed.h"

namespace POTENTIOMETER {
    AnalogIn adc[] = {
        AnalogIn(ADC0_PIN),
        AnalogIn(ADC1_PIN),
        AnalogIn(ADC2_PIN),
    };
}