9 lines
188 B
C
9 lines
188 B
C
|
#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
|