MCPcopy Create free account
hub / github.com/BruceDevices/firmware / IRCode

Method IRCode

src/modules/ir/custom_ir.h:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9struct IRCode {
10 IRCode(
11 String protocol = "", String address = "", String command = "", String data = "", uint8_t bits = 32
12 )
13 : protocol(protocol), address(address), command(command), data(data), bits(bits) {}
14
15 IRCode(IRCode *code) {
16 name = String(code->name);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected