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: snake_engine/snake_engine.cpp
- Revision:
- 22:6dce4175795a
- Parent:
- 21:7f7d09a27cc8
--- a/snake_engine/snake_engine.cpp Tue May 08 13:52:22 2018 +0000 +++ b/snake_engine/snake_engine.cpp Tue May 08 13:52:59 2018 +0000 @@ -67,7 +67,7 @@ //lcd print the point -void snake_engine::printpoint(N5110 &lcd) +void snake_engine::printpoint(N5110 &lcd)//From pong sample code { int snakepoint = s.get_point();// from the snake function, get the points char buffer[14];