uart3PutStr Function

Sends the NULL-terminated string

Syntax

void uart3PutStr(char *s );

Parameters

NULL-terminated string

Return Value

N/A

Remarks

N/A

Requirements

uart3.h

Example

N/A