This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#ifndef __MODBUS_H
#define __MODBUS_H
#include "stdint.h"
#include "gpio.h"
#include "usart.h"
void parse_scom_485(st_scom *scom);
//PC <---SIG---> HART/BLUETOOTH/MODBUS
//HART:将com485_tx的数据发送至PC,将来自PC的HART数据装载至comhart_tx
void transparent_485(st_scom *scom);
#endif