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.
main.h
00001 // Function prototypes 00002 00003 void updateSnakeLeds(); 00004 void updateFoodLed(); 00005 bool checkForSnakeEating(); 00006 void updateDirectionInput(); 00007 00008 // constants 00009 00010 #define snakeStartCol 0 00011 #define snakeStartRow 0 00012 00013 #define foodStartCol 2 00014 #define foodStartRow 0
Generated on Wed Jul 13 2022 02:48:01 by
1.7.2