17 lines
284 B
C
17 lines
284 B
C
|
#ifndef _APP_SLAVE_MCU_DATA_PARSE_H_
|
||
|
#define _APP_SLAVE_MCU_DATA_PARSE_H_
|
||
|
|
||
|
#include "stdio.h"
|
||
|
|
||
|
#include "FreeRTOS.h"
|
||
|
#include "task.h"
|
||
|
|
||
|
#include "mcu_common.h"
|
||
|
|
||
|
#include "slaveQueueUart.h"
|
||
|
|
||
|
// void slaveMcuDataParse(void);
|
||
|
void slaveMcuUartDataAnalysis(device_handle device);
|
||
|
|
||
|
#endif
|