WriteWipomLCD Function

Writes NULL-terminated string to WipomLCD

Syntax

ERRCODE WriteWipomLCD(char* message);

Parameters

message - pointer to string

Return Value

I2C_SUCCESS -  message is written 
Otherwise - I2C ERROR

Remarks

N/A

Requirements

wipomlcd.h

Example

N/A