feat:修改设备类型
feat:修改为红外转发设备,将中弘网关协议转换为主机红外协议
This commit is contained in:
16
Source/SYSTEM/inc/uart_protocol.h
Normal file
16
Source/SYSTEM/inc/uart_protocol.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef __UART_PROTOCOL_H__
|
||||
#define __UART_PROTOCOL_H__
|
||||
|
||||
#include "apt32f102_types_local.h"
|
||||
#include "uart.h"
|
||||
|
||||
#define Tem_Type 0x04 //温控器类型
|
||||
|
||||
|
||||
|
||||
|
||||
void Rs485AskCtrlSend(U8_T* Recdata);
|
||||
void Rs485_ASend(U32_T valtim);
|
||||
U8_T IrSend_Rs485_Pro(U8_T *RecData, U16_T Len);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user