Richard Ellingworth / Mbed 2 deprecated RobotRic

Dependencies:   25LCxxx_SPI CommonTypes Gameduino mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers CharBlocks.h Source File

CharBlocks.h

00001 /*
00002  * SOURCE FILE : CharBlocks.h
00003  *
00004  * A collection of character block definitions.
00005  *
00006  */
00007 
00008 #ifndef CharBlocksIncluded
00009   
00010   #define CharBlocksIncluded
00011 
00012   #include "Types.h"
00013   
00014   class CharBlocks {
00015     
00016   public :
00017   
00018     static const UInt8 RobotRicText[];              // big RobotRic logo
00019 
00020   };
00021   
00022 #endif
00023 
00024 /* END of CharBlocks.h */
00025 
00026