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

Method getKeyPadMode

libraries/I2CKeyPad/I2CKeyPad .cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105
106uint8_t I2CKeyPad::getKeyPadMode()
107{
108 return _mode;
109}
110
111
112//////////////////////////////////////////////////////

Callers 1

unittestFunction · 0.80

Calls

no outgoing calls

Tested by 1

unittestFunction · 0.64