MCPcopy Create free account
hub / github.com/InkboxSoftware/all-screen-keyboard / endSerial

Method endSerial

keyboard/src/serialKeyboard.cpp:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void serialInterface::endSerial(){
60 close(fd);
61}
62
63bool serialInterface::pressKey(uint16_t keyCode){
64 cout << "Serial Key: " << keyCode << endl;

Callers 1

keyboardMonitorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected