printf_LCD Function

Formats and prints a series of characters and values to the LCD

Syntax

ERRCODE printf_LCD( const char *format, ... );

Parameters

format - Format control
argument - Optional arguments

Return Value

SUCCESS -  dataByte is written 
Otherwise -  ERROR

Remarks

N/A

Requirements

lcd.h

Example

N/A