uart0PutStr Function

Sends the NULL-terminated string

Syntax

void uart0PutStr(char *s );

Parameters

NULL-terminated string

Return Value

N/A

Remarks

N/A

Requirements

uart0.h

Example

N/A