dashboard
repositories
filestore
activity
search
login
伍家志
/
SZV103_FM33A0xxEV_SiZhu
forked from
SZV10X_Software/SZV103_FM33A0xxEV_SiZhu
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
1.Fixed communication failure between MCU and wireless module 2.Fix the wro...
wujiazhi
2024-06-11
65062d0d5b21f838aa0043a15ce54cfab8d72c43
[~wujiazhi/SZV103_FM33A0xxEV_SiZhu.git]
/
Function
/
IR_NEC
/
ir_nec.h
1
2
3
4
5
6
7
8
9
10
#ifndef _IR_NEC_H_
#define _IR_NEC_H_
#include "define_all.h"
#define IR_SEND_NORMAL(__DATA__, __SIZE__) UARTx_SendData_Normal(UART0, __DATA__, __SIZE__)
ErrorStatus_STM32 IR_Uart5_Rx_DMA_CH5_Check(void);
#endif