MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / sendCSC

Function sendCSC

tests/autotester/autotester.cpp:77–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75};
76
77void sendCSC(uint8_t csc)
78{
79 int retry = 200;
80 do {
81 if (cemucore::sendCSC(csc)) {
82 break;
83 }
84 cemucore::emu_run(50);
85 } while(retry--);
86}
87
88void sendKey(uint16_t key)
89{

Callers 1

autotester.cppFile · 0.70

Calls 1

emu_runFunction · 0.85

Tested by

no test coverage detected