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: 25LCxxx_SPI CommonTypes Gameduino mbed
Direction4.h
00001 /* 00002 * SOURCE FILE : Direction4.h 00003 * 00004 * Definition of enumeration Direction4. 00005 * 00006 */ 00007 00008 #ifndef Direction4Defined 00009 00010 #define Direction4Defined 00011 00012 enum Direction4 { 00013 UpDir4, 00014 RightDir4, 00015 DownDir4, 00016 LeftDir4, 00017 }; 00018 00019 #endif 00020 00021 /* END of Direction4.h */ 00022
Generated on Tue Jul 12 2022 21:10:35 by
1.7.2