![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
aa
Dependencies: mbed TrapezoidControl QEI
Input/Potentiometer/Potentiometer.cpp@43:677f7446612e, 2019-10-02 (annotated)
- Committer:
- yabahiro
- Date:
- Wed Oct 02 01:53:59 2019 +0000
- Revision:
- 43:677f7446612e
- Parent:
- 31:45f97698857b
yey
Who changed what in which revision?
User | Revision | Line number | New 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 | } |