初始化仓库
This commit is contained in:
12
Header/command.h
Normal file
12
Header/command.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#ifndef __COMMAND_H__
|
||||
#define __COMMAND_H__
|
||||
|
||||
#include "common.h"
|
||||
|
||||
|
||||
#define COMMAND_BUFFER_SIZE 64 // 命令缓冲区大小
|
||||
|
||||
void parseCommand();
|
||||
void command_uart_callback(uint8 dat);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user