| 356 | void LiquidCrystal_I2C::setDelay(int cmdDelay, int charDelay) { |
| 357 | } |
| 358 | uint8_t LiquidCrystal_I2C::status() { |
| 359 | return 0; |
| 360 | } |
| 361 | uint8_t LiquidCrystal_I2C::keypad() { |
| 362 | return 0; |
| 363 | } |
nothing calls this directly
no outgoing calls
no test coverage detected