| 352 | void LiquidCrystal_I2C::off() { |
| 353 | } |
| 354 | void LiquidCrystal_I2C::on() { |
| 355 | } |
| 356 | void LiquidCrystal_I2C::setDelay(int cmdDelay, int charDelay) { |
| 357 | } |
| 358 | uint8_t LiquidCrystal_I2C::status() { |
nothing calls this directly
no outgoing calls
no test coverage detected