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: SnakeEngine/SnakeEngine.cpp
- Revision:
- 21:63c5590cb2c2
- Parent:
- 20:277e88a8185f
- Child:
- 23:3081be418c89
--- a/SnakeEngine/SnakeEngine.cpp Mon Apr 30 11:15:44 2018 +0000
+++ b/SnakeEngine/SnakeEngine.cpp Mon Apr 30 14:37:23 2018 +0000
@@ -191,11 +191,11 @@
lcd.setContrast(0.5);
_food.update(_collision);
_food.draw(lcd);
+ //_snake.draw(lcd);
+ //draw_tail(lcd);
+ //_snake.update(_in, _cur);
_snake.draw(lcd);
draw_tail(lcd);
- _snake.update(_in, _cur);
- //_snake.draw(lcd);
- //draw_tail(lcd);
}