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-rtos mbed-src pixylib
tuning.cpp@7:5ef312aa2678, 2016-03-25 (annotated)
- Committer:
- balsamfir
- Date:
- Fri Mar 25 19:34:16 2016 +0000
- Revision:
- 7:5ef312aa2678
- Parent:
- 2:2bc519e14bae
- Child:
- 8:b0478286ad21
First working version
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| balsamfir | 2:2bc519e14bae | 1 | #include "tuning.h" |
| balsamfir | 2:2bc519e14bae | 2 | |
| balsamfir | 7:5ef312aa2678 | 3 | void SystemTuning(void) { |
| balsamfir | 7:5ef312aa2678 | 4 | |
| balsamfir | 7:5ef312aa2678 | 5 | } |
| balsamfir | 7:5ef312aa2678 | 6 | |
| balsamfir | 2:2bc519e14bae | 7 | void MotorTuning(void) { |
| balsamfir | 2:2bc519e14bae | 8 | |
| balsamfir | 2:2bc519e14bae | 9 | } |
| balsamfir | 2:2bc519e14bae | 10 | |
| balsamfir | 2:2bc519e14bae | 11 | void SpeedTuning(void) { |
| balsamfir | 2:2bc519e14bae | 12 | |
| balsamfir | 2:2bc519e14bae | 13 | } |
| balsamfir | 2:2bc519e14bae | 14 | |
| balsamfir | 2:2bc519e14bae | 15 | void SteeringTuning(void) { |
| balsamfir | 2:2bc519e14bae | 16 | |
| balsamfir | 2:2bc519e14bae | 17 | } |
| balsamfir | 2:2bc519e14bae | 18 | |
| balsamfir | 2:2bc519e14bae | 19 | void TiltTuning(void) { |
| balsamfir | 2:2bc519e14bae | 20 | |
| balsamfir | 2:2bc519e14bae | 21 | } |
