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

Method init

examples/AllProtocolsOnLCD/LiquidCrystal_I2C.hpp:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81void LiquidCrystal_I2C::init() {
82 init_priv();
83}
84
85void LiquidCrystal_I2C::init_priv() {
86#if defined(USE_SOFT_I2C_MASTER)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected