uart2PutStr Function

Sends the NULL-terminated string

Syntax

void uart2PutStr(char *s );

Parameters

NULL-terminated string

Return Value

N/A

Remarks

N/A

Requirements

uart2.h

Example

N/A