| 350 | #pragma GCC diagnostic push |
| 351 | #pragma GCC diagnostic ignored "-Wunused-parameter" |
| 352 | void LiquidCrystal_I2C::off() { |
| 353 | } |
| 354 | void LiquidCrystal_I2C::on() { |
| 355 | } |
| 356 | void LiquidCrystal_I2C::setDelay(int cmdDelay, int charDelay) { |
nothing calls this directly
no outgoing calls
no test coverage detected