mirror of
https://github.com/flipperdevices/flipperzero-firmware.git
synced 2025-12-13 05:19:50 +04:00
* split falling and rising ir rx events * fix irda * simple irda rx function for app * add extern timer * fix timer num for f2
5 lines
61 B
C
5 lines
61 B
C
#pragma once
|
|
#include "main.h"
|
|
|
|
void tim_irda_rx_init(void);
|