123456789101112131415 |
- /*
- * ProtocolSender.h
- *
- * Created on: Sep 8, 2017
- * Author: guoxs
- */
- #ifndef _UART_PROTOCOL_SENDER_H_
- #define _UART_PROTOCOL_SENDER_H_
- #include "CommDef.h"
- bool sendProtocolTo(int uart, const BYTE *pData, BYTE len);
- #endif /* _UART_PROTOCOL_SENDER_H_ */
|