| 134 | ************************************/ |
| 135 | |
| 136 | void 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 | |
| 141 | bool IRrecv::decodeShuzu() { |
| 142 | /* |
nothing calls this directly
no outgoing calls
no test coverage detected