aa

Dependencies:   mbed TrapezoidControl QEI

Committer:
yabahiro
Date:
Wed Sep 25 11:42:58 2019 +0000
Revision:
37:7cfa39c41245
Parent:
31:45f97698857b
aa

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),
yabahiro 31:45f97698857b 10 DigitalOut(ADC4_PIN),
kishibekairohan 16:3f2c2d89372b 11
t_yamamoto 0:669ef71cba68 12 };
t_yamamoto 0:669ef71cba68 13 }