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.
Diff: RTOS-Setup/inc/setup.h
- Revision:
- 32:7a9be7761c46
- Parent:
- 30:d9b988f8d84f
- Child:
- 39:02782ad251db
--- a/RTOS-Setup/inc/setup.h Mon May 12 05:12:19 2014 +0000 +++ b/RTOS-Setup/inc/setup.h Mon May 12 13:20:06 2014 +0000 @@ -27,7 +27,9 @@ extern float KP_YAW_RATE; extern float KP_PITCH_RATE; extern float KP_ROLL_RATE; -extern float PID_TI_RATE; +extern float TI_YAW_RATE; +extern float TI_PITCH_RATE; +extern float TI_ROLL_RATE; extern float PID_TI_STABLE; /* Sensors and devices: */