10 lines
153 B
C
10 lines
153 B
C
|
#ifndef _APP_SLAVE_MCU_COMM_H_
|
||
|
#define _APP_SLAVE_MCU_COMM_H_
|
||
|
|
||
|
#include "stdio.h"
|
||
|
|
||
|
void slaveFrameDataAnalyze(uint8_t *buff, uint8_t dataLen);
|
||
|
|
||
|
|
||
|
# endif
|