MCPcopy Create free account
hub / github.com/crosspoint-reader/crosspoint-reader / isPressed

Method isPressed

lib/hal/HalGPIO.cpp:214–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212bool HalGPIO::wasUsbStateChanged() const { return usbStateChanged; }
213
214bool HalGPIO::isPressed(uint8_t buttonIndex) const { return inputMgr.isPressed(buttonIndex); }
215
216bool HalGPIO::wasPressed(uint8_t buttonIndex) const { return inputMgr.wasPressed(buttonIndex); }
217

Callers 3

startDeepSleepMethod · 0.45
startDeepSleepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected