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

Method command

examples/AllProtocolsOnLCD/LiquidCrystal.cpp:291–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289/*********** mid level commands, for sending data/cmds */
290
291inline void LiquidCrystal::command(uint8_t value) {
292 send(value, LOW);
293}
294
295inline size_t LiquidCrystal::write(uint8_t value) {
296 send(value, HIGH);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected