MCPcopy Create free account
hub / github.com/Arduino-IRremote/Arduino-IRremote / IRToCommandMappingStruct

Class IRToCommandMappingStruct

src/IRCommandDispatcher.hpp:309–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 * Search for command in Array of IRToCommandMappingStruct
308 */
309 for (uint_fast8_t i = 0; i < sizeof(IRMapping) / sizeof(struct IRToCommandMappingStruct); ++i) {
310 if (IRReceivedData.command == IRMapping[i].IRCode) {
311 /*
312 * Command found

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected