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.
Revision 2:20aa5ae37a46, committed 2019-04-30
- Comitter:
- vishiswoz
- Date:
- Tue Apr 30 03:49:07 2019 +0000
- Parent:
- 1:b3e26728357c
- Commit message:
- updated code
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Apr 30 03:31:51 2019 +0000 +++ b/main.cpp Tue Apr 30 03:49:07 2019 +0000 @@ -53,16 +53,19 @@ if (leftButton == 0) { //add points here? + score += 2000; } if (middleButton == 0) { //add points here? + score += 2000; } if (rightButton == 0) { //add points here? + score += 2000; }