high level commands, for the user! */
| 188 | |
| 189 | /********** high level commands, for the user! */ |
| 190 | void LiquidCrystal::clear() |
| 191 | { |
| 192 | command(LCD_CLEARDISPLAY); // clear display, set cursor position to zero |
| 193 | delayMicroseconds(2000); // this command takes a long time! |
| 194 | } |
| 195 | |
| 196 | void LiquidCrystal::home() |
| 197 | { |
no outgoing calls
no test coverage detected