MCPcopy Create free account
hub / github.com/crankyoldgit/IRremoteESP8266 / usage_error

Function usage_error

tools/code_to_raw.cpp:16–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16void usage_error(char *name) {
17 std::cerr << "Usage: " << name
18 << " --protocol PROTOCOL_NAME"
19 << " --code <hexidecimal>"
20 << " [--bits 1-" << kStateSizeMax * 8 << "]"
21 << " [--timinginfo]"
22 << std::endl;
23}
24
25int main(int argc, char *argv[]) {
26 int argv_offset = 1;

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected