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:
- 6:53c1fda99a3a
- Parent:
- 5:b3ad78d527c7
- Child:
- 7:bd4b84e2320e
diff -r b3ad78d527c7 -r 53c1fda99a3a Snake/Snake.cpp
--- a/Snake/Snake.cpp Mon Apr 30 23:37:41 2018 +0000
+++ b/Snake/Snake.cpp Tue May 01 00:58:15 2018 +0000
@@ -22,6 +22,8 @@
_point = 6;
}
+void snake::update(Direction d,float mag){
+