.print
DESCRIPTION
To print on the LCD.
See
Arduino - Print
for more info
SYNTAX
See
Arduino - Print
for more info
PARAMETERS
See
Arduino - Print
for more info
RETURNS
None.
EXAMPLE
#include
#include
InvIoT_U1 lcd(A0,A1); void setup() { lcd.print("Hello InvIoT"); lcd.print(2); lcd.print(2.2); lcd.print('a'); } void loop() { }
SEE ALSO
.printCursor
.setCursor
.clear