gateway/Hardware/inc/J3_USART2.h

24 lines
331 B
C
Raw Normal View History

2024-07-13 02:22:47 +00:00
/*
* J3_USART2.h
*
* Created on: 2024<EFBFBD><EFBFBD>5<EFBFBD><EFBFBD>18<EFBFBD><EFBFBD>
* Author: 34509
*/
#ifndef HARDWARE_RS485_J3_USART2_H_
#define HARDWARE_RS485_J3_USART2_H_
#include "UART.h"
/* PE9 */
#define J3_PWR_Ctrl 40
void J3_485_Init(uint32_t baud);
2024-07-13 02:22:47 +00:00
void J3_PWR_Open(void);
void J3_PWR_Close(void);
#endif /* HARDWARE_RS485_J3_USART2_H_ */