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

Method sendDish

src/ir_Others.hpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 DISH_BIT_MARK, DISH_ONE_SPACE, DISH_BIT_MARK, DISH_ZERO_SPACE, PROTOCOL_IS_MSB_FIRST | PROTOCOL_IS_PULSE_DISTANCE, 40, nullptr};
63
64void IRsend::sendDish(uint16_t aData) {
65 sendPulseDistanceWidth_P(&DishProtocolConstants, aData, DISH_BITS, 4);
66}
67
68//==============================================================================
69// W W H H Y Y N N TTTTT EEEEE RRRRR

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected