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.
Dependents: 00_yotsuba 200_yotsuba_21 200_yotuba_21_uiChange
robo_config.h@4:a4f94f186ba0, 2020-01-31 (annotated)
- Committer:
- piroro4560
- Date:
- Fri Jan 31 09:20:07 2020 +0000
- Revision:
- 4:a4f94f186ba0
- Parent:
- 1:6a5065829cfc
- Child:
- 5:f5e79163d0eb
deketa
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| piroro4560 | 0:3f87ec23c3cf | 1 | #ifndef ROBO_CONFIG_H |
| piroro4560 | 0:3f87ec23c3cf | 2 | #define ROBO_CONFIG_H |
| piroro4560 | 0:3f87ec23c3cf | 3 | |
| piroro4560 | 4:a4f94f186ba0 | 4 | static float const ballExtra = 0.6; |
| piroro4560 | 4:a4f94f186ba0 | 5 | static float const P = 3.5; |
| piroro4560 | 4:a4f94f186ba0 | 6 | static float const I = 50.0; |
| piroro4560 | 0:3f87ec23c3cf | 7 | static float const D = 0.0005; |
| piroro4560 | 0:3f87ec23c3cf | 8 | static float const interval = 0.01; |
| piroro4560 | 4:a4f94f186ba0 | 9 | static float const line_time = 1.0; |
| piroro4560 | 4:a4f94f186ba0 | 10 | |
| piroro4560 | 0:3f87ec23c3cf | 11 | |
| piroro4560 | 0:3f87ec23c3cf | 12 | #endif |