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

Method sendShuzu

src/ir_Template.hpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 ************************************/
135
136void IRsend::sendShuzu(uint16_t aAddress, uint8_t aCommand, int_fast8_t aNumberOfRepeats) {
137
138 sendPulseDistanceWidth_P(&ShuzuProtocolConstants, (uint32_t) aCommand << 8 | aCommand, SHUZU_BITS, aNumberOfRepeats);
139}
140
141bool IRrecv::decodeShuzu() {
142 /*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected