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: userTask.cpp
- Revision:
- 14:76a56d517103
- Parent:
- 8:1ca49cb18290
- Child:
- 16:05b9e44889f1
--- a/userTask.cpp Tue Nov 27 02:33:09 2018 +0000 +++ b/userTask.cpp Tue Nov 27 05:23:44 2018 +0000 @@ -17,7 +17,7 @@ int8_t *pcTaskName; portTickType xLastWakeTime; - Gyro gy; + Gyro gy(p28,p27); pcTaskName = (int8_t *) pvParameters; xLastWakeTime = xTaskGetTickCount();