aa

Dependencies:   mbed TrapezoidControl QEI

Committer:
yabahiro
Date:
Sat Sep 21 04:28:31 2019 +0000
Revision:
31:45f97698857b
Parent:
16:3f2c2d89372b
Child:
43:677f7446612e
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 }