138
Libraries
© 2008 Conrad Electronic
Set
to 2 ("synchronize for frame beginning
")
.
Parameter
None
6.6
Debug
The Debug Message Functions allow to send formatted text to the output window of the IDE. These
functions are interrupt driven with a buffer of up to 128 Byte. I. e. 128 Byte can be transferred through
the debug interface without the Mega 32 or Mega 128 Module having to wait for completion of the
output. The transmission of the individual characters takes place in the background. If it is tried to
send more than 128 Byte then the Mega RISC CPU will have to wait until all characters not fitting
into the buffer anymore have been transferred.
6.6.1
Msg_WriteChar
Debug Message Functions
Syntax
void Msg_WriteChar(char c);
Sub Msg_WriteChar(c As Char);
Description
One character is written to the output window. A C/R (Carriage Return - Value:
13
) generates a jump to the
next line (linefeed).
Parameter
c output character
6.6.2
Msg_WriteFloat
Debug Message Functions
Syntax
void Msg_WriteFloat(float val);
Sub Msg_WriteFloat(val As Single)
Description
The passed floating point number is displayed with a preceding decimal sign.
Содержание C-Control Pro Mega Series
Страница 1: ... 2008 Conrad Electronic C Control Pro Mega Series ...
Страница 9: ...VIII Inhalt 2008 Conrad Electronic ...
Страница 10: ...Part 1 ...
Страница 17: ...Part 2 ...
Страница 23: ...Part 3 ...
Страница 41: ...32 Hardware 2008 Conrad Electronic 3 3 5 3 Component Parts Plan ...
Страница 57: ...48 Hardware 2008 Conrad Electronic 3 4 5 3 Component Parts Plan ...
Страница 58: ...Part 4 ...
Страница 91: ...82 IDE 2008 Conrad Electronic ...
Страница 92: ...Part 5 ...
Страница 135: ...126 Compiler 2008 Conrad Electronic 31 1F US 63 3F 95 5F _ 127 7F DEL ...
Страница 136: ...Part 6 ...
Страница 231: ...Part 7 ...
Страница 240: ......