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
Revision 22:6dce4175795a, committed 2018-05-08
- Comitter:
- weiway
- Date:
- Tue May 08 13:52:59 2018 +0000
- Parent:
- 21:7f7d09a27cc8
- Commit message:
- a
Changed in this revision
snake_engine/snake_engine.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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];