gateway/Software/Thread/Rs485.h

18 lines
258 B
C
Raw Normal View History

2024-07-13 02:22:47 +00:00
/*
* Rs485.h
*
* Created on: 2024<EFBFBD><EFBFBD>5<EFBFBD><EFBFBD>18<EFBFBD><EFBFBD>
* Author: 34509
*/
#ifndef SOFTWARE_THREAD_RS485_H_
#define SOFTWARE_THREAD_RS485_H_
#include "Protocol/communication_protocol.h"
void Rs485_thread_Init(void);
#endif /* SOFTWARE_THREAD_RS485_H_ */