mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 17:38:35 -07:00
IR: "Decode only" mode, more intuitive learn scene buttons
This commit is contained in:
@@ -84,6 +84,14 @@ void infrared_worker_rx_enable_blink_on_receiving(InfraredWorker* instance, bool
|
||||
*/
|
||||
void infrared_worker_rx_enable_signal_decoding(InfraredWorker* instance, bool enable);
|
||||
|
||||
/** Force decoding of received infrared signals, will ignore RAW signals.
|
||||
*
|
||||
* @param[in] instance - instance of InfraredWorker
|
||||
* @param[in] enable - true if you want to force decoding
|
||||
* false otherwise
|
||||
*/
|
||||
void infrared_worker_rx_force_signal_decoding(InfraredWorker* instance, bool force);
|
||||
|
||||
/** Clarify is received signal either decoded or raw
|
||||
*
|
||||
* @param[in] signal - received signal
|
||||
|
||||
Reference in New Issue
Block a user