WriteLCD Function

Writes NULL-terminated string to LCD

Syntax

ERRCODE WriteLCD(char* message);

Parameters

message - pointer to string

Return Value

SUCCESS -  dataByte is written 
Otherwise -  ERROR

Remarks

N/A

Requirements

lcd.h

Example

N/A