printf_LCD


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

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

Library


STM C Library Reference