gateway_mcu/CH32V303-FreeRTOS/App/application/Inc/upUartParse.h

9 lines
188 B
C
Raw Normal View History

#ifndef APP_UART_PARSE_
#define APP_UART_PARSE_
#include "uart_dev.h"
uint16_t checkModebusCrc(uint8_t *arr_buff, uint8_t len);
void upwardUartDataAnalysis(device_handle device);
#endif