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.
Dependencies: USBDevice mbed DipCortex-USB-EEProm
Diff: main.cpp
- Revision:
- 7:930020a7dc9e
- Parent:
- 6:c3a33d04d731
- Child:
- 8:9a3d2d28e7e5
--- a/main.cpp Thu Sep 03 15:57:31 2015 +0000 +++ b/main.cpp Thu Sep 03 16:03:07 2015 +0000 @@ -104,6 +104,7 @@ pc.printf("+-------------------------------------------+\r\n"); pc.printf("| 3-axis accelleration measurer |\r\n"); pc.printf("| Laurence Halfpenny |\r\n"); + pc.printf("| Version 1.0 |\r\n"); pc.printf("+-------------------------------------------+\r\n"); @@ -111,7 +112,7 @@ while (TRUE) { pc.printf("+-------------------------------------------+\r\n"); - pc.printf("| MENU: |\r\n"); + pc.printf("| V 1.0 MENU: |\r\n"); pc.printf("| 1: Start monitoring |\r\n"); pc.printf("| 2: Stop monitoring |\r\n"); pc.printf("+-------------------------------------------+\r\n");