uart1PutStr Function

Sends the NULL-terminated string

Syntax

void uart1PutStr(char *s );

Parameters

NULL-terminated string

Return Value

N/A

Remarks

N/A

Requirements

uart1.h

Example

N/A