VLSI Solution Oy VS1103 VLSI Solution Karaoke, MIDI and ADPCM Player Source Code Documentation

Main Page | Class List | File List | Class Members | File Members | Related Pages

noconsole.h

Go to the documentation of this file.
00001 
00005 #ifndef CONSOLE_H
00006 #define CONSOLE_H
00007 
00008 
00009 //#define DebugMessage(c){ConsoleWrite(c);}
00010 #define DebugMessage(c){}
00011 
00012 
00013 #if 0
00014 
00016 #define ConsolePutChar(c){while (!TI);TI = 0; SBUF = (c);}
00017 
00018 
00019 #define USE_CONSOLE 1
00020 
00021 void ConsoleWrite(char code *str);
00022 void ConsolePutHex16 (unsigned int value);
00023 void ConsolePutHex8 (unsigned char value);
00024 void ConsolePutUInt(unsigned long value);
00025 
00026 #else
00027 
00028 #define ConsoleWrite(a);
00029 #define ConsolePutHex16(a);
00030 #define ConsolePutHex8(a);
00031 #define ConsolePutChar(a);
00032 #define ConsolePutUInt(a);
00033 
00034 #endif
00035 
00036 
00037 #endif

All software copyright 2000-2004 VLSI Solution OY. Redistribution of these software modules is limited to VLSI Solution Oy chip promotional use only. Free or commercial use of these software modules in MP3 players is ok if the product includes chip(s) from VLSI. You can request the complete (compilable) package from mp3@vlsi.fi. This exampe code is provided with good faith to assist You in code development, but under no circumstances will VLSI offer any guarantees on the usability or functionality of any example software or its fitness for any purpose.