| 126 | |
| 127 | // use BOSEWAVE, we have no SHUZU code |
| 128 | struct PulseDistanceWidthProtocolConstants const ShuzuProtocolConstants PROGMEM = {BOSEWAVE, 38, SHUZU_HEADER_MARK, SHUZU_HEADER_SPACE, |
| 129 | SHUZU_BIT_MARK, SHUZU_ONE_SPACE, SHUZU_BIT_MARK, SHUZU_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST, (SHUZU_REPEAT_PERIOD |
| 130 | / MICROS_IN_ONE_MILLI), nullptr}; |
| 131 |
nothing calls this directly
no outgoing calls
no test coverage detected