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: Eng.cpp
- Revision:
- 12:e3620d33629c
- Parent:
- 11:9661467412cf
--- a/Eng.cpp Mon May 18 13:32:55 2020 +0000 +++ b/Eng.cpp Mon May 18 13:36:28 2020 +0000 @@ -154,6 +154,7 @@ // get scores from paddles int g_score = heston.checkscore(); + // print to LCD i char buffer1[14]; sprintf(buffer1,"%2d",g_score);