MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / getLastKey

Method getLastKey

libraries/I2CKeyPad/I2CKeyPad .cpp:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51
52
53uint8_t I2CKeyPad::getLastKey()
54{
55 return _lastKey;
56};
57
58
59// to check "press any key"

Callers 1

unittestFunction · 0.45

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.36