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: Frog/Frog.cpp
- Revision:
- 55:b17b9931c010
- Parent:
- 43:2cd1cfe07770
--- a/Frog/Frog.cpp Tue May 26 02:29:07 2020 +0000
+++ b/Frog/Frog.cpp Tue May 26 19:54:05 2020 +0000
@@ -24,6 +24,14 @@
right_side = width + x;
up = y;
down = width + y;
+
+ //test_frog();
+}
+
+void Frog::test_frog()
+{
+ // printf("FROG RECTANGLE PARAMS: %d, %d, %d, %d", this->left_side,
+ // this->right_side, this->up, this->down);
}