serLCD
selectLine()
Description
Moves the cursor to the beginning of selected line. Line numbers start with 1. Valid line numbers are 1-4.
Syntax
lcd.selectLine(num)
Parameters
lcd: a variable of type serLCD
num: the line number to move to ex. 1-4
Example