Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
59
void serialInterface::endSerial(){
60
close(fd);
61
}
62
63
bool serialInterface::pressKey(uint16_t keyCode){
64
cout <<
"Serial Key: "
<< keyCode << endl;
Callers
1
keyboardMonitor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected