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: dashboard.cpp
- Revision:
- 22:4cf934f6e989
- Parent:
- 18:d28d458824d4
--- a/dashboard.cpp Tue May 17 10:49:37 2022 +0000 +++ b/dashboard.cpp Tue May 17 10:51:36 2022 +0000 @@ -7,7 +7,7 @@ _hallSensor.rise(this, &Dashboard::tachoInterrupt); // Register everytime hall sensor is detected tachoTimer.start(); // Timer for counting time between hall sensor triggers - numberOfMagnets = 1; // How many magnets on the wheels + numberOfMagnets = 8; // How many magnets on the wheels currentSpeed = 0.00f; passedTime_ms = 0.00f;