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: mbed
Diff: Wall/Wall.cpp
- Revision:
- 7:193c0fd7afdd
- Parent:
- 1:f09ff0ed98fd
- Child:
- 8:97576c8761a8
--- a/Wall/Wall.cpp Wed May 08 23:42:32 2019 +0000
+++ b/Wall/Wall.cpp Thu May 09 01:27:58 2019 +0000
@@ -35,7 +35,7 @@
}
void Wall::reset() {
- _x = 99;
+ _x = 149;
int uncertainty = rand() % 39;
_height = uncertainty;
}