printf_I2CLCD Function

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

Syntax

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

Parameters

format - Format control
argument - Optional arguments

Return Value

I2C_SUCCESS -  dataByte is written 
Otherwise - I2C ERROR

Remarks

N/A

Requirements

i2clcd.h

Example

N/A