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
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
Generated on Tue Jul 12 2022 21:10:35 by
1.7.2