aa

Dependencies:   mbed TrapezoidControl QEI

Committer:
yabahiro
Date:
Thu Oct 03 06:22:38 2019 +0000
Revision:
44:c208a908583c
Parent:
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),
t_yamamoto 0:669ef71cba68 10 };
t_yamamoto 0:669ef71cba68 11 }