aa

Dependencies:   mbed TrapezoidControl QEI

Committer:
yabahiro
Date:
Wed Oct 02 01:53:59 2019 +0000
Revision:
43:677f7446612e
Parent:
31:45f97698857b
yey

Who changed what in which revision?

UserRevisionLine numberNew contents of line
t_yamamoto 0:669ef71cba68 1 #include "Potentiometer.h"
t_yamamoto 0:669ef71cba68 2 #include "mbed.h"
t_yamamoto 0:669ef71cba68 3
t_yamamoto 0:669ef71cba68 4 namespace POTENTIOMETER {
yabahiro 31:45f97698857b 5 DigitalOut dio[]= {
yabahiro 31:45f97698857b 6 DigitalOut(ADC0_PIN),
yabahiro 31:45f97698857b 7 DigitalOut(ADC1_PIN),
yabahiro 31:45f97698857b 8 DigitalOut(ADC2_PIN),
yabahiro 31:45f97698857b 9 DigitalOut(ADC3_PIN),
t_yamamoto 0:669ef71cba68 10 };
t_yamamoto 0:669ef71cba68 11 }