| 100 | |
| 101 | // 19 byte RAM |
| 102 | struct PulseDistanceWidthProtocolConstants const SamsungProtocolConstants PROGMEM = {SAMSUNG, SAMSUNG_KHZ, SAMSUNG_HEADER_MARK, |
| 103 | SAMSUNG_HEADER_SPACE, SAMSUNG_BIT_MARK, SAMSUNG_ONE_SPACE, SAMSUNG_BIT_MARK, SAMSUNG_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST | PROTOCOL_IS_PULSE_DISTANCE, |
| 104 | (SAMSUNG_REPEAT_PERIOD / MICROS_IN_ONE_MILLI), nullptr}; |
| 105 |
nothing calls this directly
no outgoing calls
no test coverage detected