mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 10:38:35 -07: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);
|