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: main.cpp
- Revision:
- 3:057e51bed925
- Parent:
- 2:516d927bdc01
- Child:
- 4:3f8406ea85e0
--- a/main.cpp Thu May 20 09:10:47 2021 +0000 +++ b/main.cpp Mon May 02 09:59:35 2022 +0000 @@ -117,8 +117,8 @@ #if CONTROLLER == 1 if(button_state == true){ pub_count++; -// VELOCITY_SPEED_A = -10.0f; -// VELOCITY_SPEED_B = -10.0f; + VELOCITY_SPEED_A = -10.0f; + VELOCITY_SPEED_B = -10.0f; ReadVelocity(); control_speed(); if (pub_count >= 10){