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/Snake.cpp
- Revision:
- 4:5b1c3b7cd894
- Parent:
- 3:60df0fd90787
- Child:
- 5:b3ad78d527c7
--- a/Snake/Snake.cpp Mon Apr 30 15:34:51 2018 +0000
+++ b/Snake/Snake.cpp Mon Apr 30 21:32:35 2018 +0000
@@ -10,7 +10,8 @@
}
-void snake::init():
+void snake::init(){
+ _array = 100;
@@ -27,3 +28,4 @@
+