| 100 | |
| 101 | // Cannot be constant, since we need to change RepeatPeriodMillis during sending |
| 102 | struct PulseDistanceWidthProtocolConstants LegoProtocolConstants = { LEGO_PF, 38, LEGO_HEADER_MARK, LEGO_HEADER_SPACE, |
| 103 | LEGO_BIT_MARK, LEGO_ONE_SPACE, LEGO_BIT_MARK, LEGO_ZERO_SPACE, PROTOCOL_IS_LSB_FIRST | PROTOCOL_IS_PULSE_DISTANCE, |
| 104 | (LEGO_AUTO_REPEAT_PERIOD_MIN / MICROS_IN_ONE_MILLI), nullptr }; |
| 105 |
nothing calls this directly
no outgoing calls
no test coverage detected