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

Method clear

examples/AllProtocolsOnLCD/LiquidCrystal.cpp:190–194  ·  view source on GitHub ↗

high level commands, for the user! */

Source from the content-addressed store, hash-verified

188
189/********** high level commands, for the user! */
190void 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
196void LiquidCrystal::home()
197{

Calls

no outgoing calls

Tested by

no test coverage detected