mirror of
https://github.com/armfly/H7-TOOL_STM32H7_App.git
synced 2024-08-09 10:05:34 +08:00
18 lines
474 B
C
18 lines
474 B
C
/*
|
|
*********************************************************************************************************
|
|
*
|
|
* 模块名称 : RS485 MODEBUS 通信模块
|
|
* 文件名称 : modbus_swd.h
|
|
* 版 本 : V1.0
|
|
* 说 明 : 头文件
|
|
*
|
|
* Copyright (C), 2014-2015, 安富莱电子 www.armfly.com
|
|
*
|
|
*********************************************************************************************************
|
|
*/
|
|
|
|
#ifndef __MODBUS_SWD_H_
|
|
#define __MODBUS_SWD_H_
|
|
|
|
#endif
|