已经完成了网络,DI口,RS485的数据透传,可通过RS485接收数据
This commit is contained in:
@ -39,6 +39,10 @@
|
||||
#define DEBUG_LOG(fmt, ...)
|
||||
#endif
|
||||
|
||||
/* 数据源标识 */
|
||||
#define SOURCE_RS485 0x01
|
||||
#define SOURCE_DI 0x02
|
||||
|
||||
/*==============================================================================
|
||||
* 全局变量定义
|
||||
* 设计依据:文档第3.2.2节
|
||||
|
||||
Reference in New Issue
Block a user