pub unsafe extern "C" fn infrared_worker_rx_enable_blink_on_receiving(
    instance: *mut InfraredWorker,
    enable: bool
)
Expand description

Enable blinking on receiving any signal on IR port.

@param[in] instance - instance of InfraredWorker @param[in] enable - true if you want to enable blinking false otherwise