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

Method command

examples/AllProtocolsOnLCD/LiquidCrystal_I2C.hpp:273–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271/*********** mid level commands, for sending data/cmds */
272
273inline void LiquidCrystal_I2C::command(uint8_t value) {
274 send(value, 0);
275}
276
277/************ low level data pushing commands **********/
278

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected