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:
- 21:b1419813f2d4
- Parent:
- 19:c6ad6b453b39
- Child:
- 26:a53c3208ac35
--- a/main.cpp Mon May 30 07:19:34 2016 +0000 +++ b/main.cpp Sun Jun 19 12:53:16 2016 +0000 @@ -74,8 +74,8 @@ airspeed.update(); cadence.update(); ultsonic.update(); + batteryChecker.update(); atmpress.update(); - batteryChecker.update(); Thread::wait(500); } }