ELEC2645 (2017/18) / Mbed 2 deprecated el15ww

Dependencies:   mbed

Files at this revision

API Documentation at this revision

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];