asdWriteUserDebug

asdWriteUserDebug

Function

Writes comment to the ASCET Target Debugger window.

Syntax

Equivalent to the ANSI-C function printf.

Description

This function displays user messages in the ASCET Target debugger window.

Example

uint8 number = 1;

asdWriteUserDebug("Example %u \n", number);

See also

asdWriteUserError