asdWriteUserError

asdWriteUserError

Function

Writes comments to the ASCET monitor window.

Syntax

Equivalent to the ANSI-C function printf.

Description

This function displays user messages in the ASCET monitor window.

Example

uint8 number = 1;

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

See also

asdWriteUserDebug