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

Class PulseDistanceWidthProtocolConstants

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

Source from the content-addressed store, hash-verified

59#define DISH_REPEAT_SPACE 6200 // really?
60
61struct PulseDistanceWidthProtocolConstants const DishProtocolConstants PROGMEM = {UNKNOWN, 56, DISH_HEADER_MARK, DISH_HEADER_SPACE,
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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected