MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / get_key_event

Method get_key_event

Drivers/TCA8418/Source/Tca8418.cpp:222–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222uint8_t Tca8418::get_key_event() {
223 uint8_t new_keycode = 0;
224
225 readRegister8(registers::KEY_EVENT_A, new_keycode);
226 return new_keycode;
227}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected