aa
Dependencies: mbed TrapezoidControl QEI
Input/Potentiometer/Potentiometer.h@43:677f7446612e, 2019-10-02 (annotated)
- Committer:
- yabahiro
- Date:
- Wed Oct 02 01:53:59 2019 +0000
- Revision:
- 43:677f7446612e
- Parent:
- 36:788274604650
yey
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
t_yamamoto | 0:669ef71cba68 | 1 | #ifndef POTENTIOMETER_H_ |
t_yamamoto | 0:669ef71cba68 | 2 | #define POTENTIOMETER_H_ |
t_yamamoto | 0:669ef71cba68 | 3 | |
t_yamamoto | 0:669ef71cba68 | 4 | #include "mbed.h" |
t_yamamoto | 0:669ef71cba68 | 5 | |
t_yamamoto | 0:669ef71cba68 | 6 | namespace POTENTIOMETER { |
yabahiro | 36:788274604650 | 7 | #define ADC0_PIN PC_2 |
yabahiro | 36:788274604650 | 8 | #define ADC1_PIN PC_3 |
yabahiro | 36:788274604650 | 9 | #define ADC2_PIN PC_0 |
yabahiro | 36:788274604650 | 10 | #define ADC3_PIN PC_1 |
kishibekairohan | 16:3f2c2d89372b | 11 | |
yabahiro | 31:45f97698857b | 12 | extern DigitalOut dio[]; |
t_yamamoto | 0:669ef71cba68 | 13 | } |
t_yamamoto | 0:669ef71cba68 | 14 | |
yabahiro | 43:677f7446612e | 15 | //#define ADC4_PIN PB_0 |
yabahiro | 43:677f7446612e | 16 | |
t_yamamoto | 0:669ef71cba68 | 17 | #endif |