Instructions
253 C-Control Pro IDE
© 2013 Conrad Electronic
val 16bit integer value
5.8.5 Msg_WriteText
Debug Message Functions
Syntax
void Msg_WriteText(char text[]);
Sub Msg_WriteText(ByRef text As Char)
Description
All characters of a character array up to the terminating null are sent to the output window.
Parameter
text pointer to char array
5.8.6 Msg_WriteWord
Debug Message Functions
Syntax
void Msg_WriteWord(word val);
Sub Msg_WriteWord(val As Word)
Description
The parameter val is written to the output windows as an unsigned decimal number.
Parameter
val 16bit unsigned integer value
5.9 Direct Access (Mega)
The Direct Access functions allow direct access to all registers of the Atmel processor. The Register
numbers of the Atmel MEGA32 and Mega128 processors can be found in the Reference manual in
the chapter "Register Summary".
Caution! A careless reading or writing access to a register can strongly affect the functionality
of all library functions. Only someone who knows what he does, should use the Direct Access func-