| 263 | } |
| 264 | |
| 265 | bool UnPhoneFeatures::setVibePower(bool on) const { |
| 266 | assert(ioExpander != nullptr); |
| 267 | return esp_io_expander_set_level(ioExpander, expanderpin::VIBE, on ? 1U : 0U) == ESP_OK; |
| 268 | } |
| 269 | |
| 270 | bool UnPhoneFeatures::setExpanderPower(bool on) const { |
| 271 | assert(ioExpander != nullptr); |
no outgoing calls
no test coverage detected