MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / home

Method home

examples/AllProtocolsOnLCD/LiquidCrystal.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected