ELEC2645 (2019/20) / Mbed 2 deprecated ELEC2645_Project_ll16j23s

Dependencies:   mbed ll16j23s_test_docs

Revision:
5:06fa7674622a
Parent:
4:ea3fa51c4386
Child:
6:6c9453397f4a
--- a/SnakeBody/SnakeBody.cpp	Sat May 23 15:31:30 2020 +0000
+++ b/SnakeBody/SnakeBody.cpp	Sat May 23 17:16:44 2020 +0000
@@ -4,7 +4,7 @@
 {
     _x_head = 42;
     _y_head = 24;
-    _length = 40;
+    _length = 10;
     _angle = -1.0;
     _state = 0;
     _d = 0;