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

Method update

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

Source from the content-addressed store, hash-verified

203}
204
205void HalGPIO::update() {
206 inputMgr.update();
207 const bool connected = isUsbConnected();
208 usbStateChanged = (connected != lastUsbConnected);
209 lastUsbConnected = connected;
210}
211
212bool HalGPIO::wasUsbStateChanged() const { return usbStateChanged; }
213

Callers 9

startDeepSleepMethod · 0.45
startDeepSleepMethod · 0.45
extract_pnum_subsFunction · 0.45
fontconvert.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected