Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed QEI led beep softPWM Servo_softpwm IR2302 lpf
pin_config.h@11:b041e6cea0ef, 2021-10-15 (annotated)
- Committer:
- Washio
- Date:
- Fri Oct 15 14:57:55 2021 +0000
- Revision:
- 11:b041e6cea0ef
- Parent:
- 8:baa4572de340
- Child:
- 16:bdc10f57c11a
add control_parameters.h
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
THtakahiro702286 | 0:6f4b2005b633 | 1 | #ifndef PIN_H |
THtakahiro702286 | 0:6f4b2005b633 | 2 | #define PIN_H |
THtakahiro702286 | 0:6f4b2005b633 | 3 | |
THtakahiro702286 | 0:6f4b2005b633 | 4 | #define BEEP PB_10 |
THtakahiro702286 | 0:6f4b2005b633 | 5 | #define SDA PB_9 |
THtakahiro702286 | 0:6f4b2005b633 | 6 | #define SCL PB_8 |
THtakahiro702286 | 0:6f4b2005b633 | 7 | #define STOP PA_5 |
THtakahiro702286 | 0:6f4b2005b633 | 8 | #define QEI1 PA_6 |
THtakahiro702286 | 0:6f4b2005b633 | 9 | #define QEI2 PA_7 |
THtakahiro702286 | 0:6f4b2005b633 | 10 | #define SERVO1 PB_3 |
THtakahiro702286 | 0:6f4b2005b633 | 11 | #define SERVO2 PB_4 |
THtakahiro702286 | 0:6f4b2005b633 | 12 | #define SERVO3 PB_5 |
THtakahiro702286 | 0:6f4b2005b633 | 13 | |
watarushimoda | 2:47a31619fb14 | 14 | #define MD_A D7 |
watarushimoda | 2:47a31619fb14 | 15 | #define MD_B D8 |
watarushimoda | 2:47a31619fb14 | 16 | |
THtakahiro702286 | 0:6f4b2005b633 | 17 | #endif |