| 194 | } |
| 195 | |
| 196 | void LiquidCrystal::home() |
| 197 | { |
| 198 | command(LCD_RETURNHOME); // set cursor position to zero |
| 199 | delayMicroseconds(2000); // this command takes a long time! |
| 200 | } |
| 201 | |
| 202 | void LiquidCrystal::setCursor(uint8_t col, uint8_t row) |
| 203 | { |
nothing calls this directly
no outgoing calls
no test coverage detected