Richard Ellingworth / Mbed 2 deprecated RobotRic

Dependencies:   25LCxxx_SPI CommonTypes Gameduino mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Direction4.h Source File

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