| 224 | unsigned long HalGPIO::getHeldTime() const { return inputMgr.getHeldTime(); } |
| 225 | |
| 226 | unsigned long HalGPIO::getPowerButtonHeldTime() const { return inputMgr.getPowerButtonHeldTime(); } |
| 227 | |
| 228 | void HalGPIO::startDeepSleep() { |
| 229 | // Ensure that the power button has been released to avoid immediately turning back on if you're holding it |
no outgoing calls
no test coverage detected