| 212 | bool HalGPIO::wasUsbStateChanged() const { return usbStateChanged; } |
| 213 | |
| 214 | bool HalGPIO::isPressed(uint8_t buttonIndex) const { return inputMgr.isPressed(buttonIndex); } |
| 215 | |
| 216 | bool HalGPIO::wasPressed(uint8_t buttonIndex) const { return inputMgr.wasPressed(buttonIndex); } |
| 217 |
no outgoing calls
no test coverage detected