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 ll16j23s_test_docs
Diff: SnakeBody/SnakeBody.cpp
- 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;