shell.h

来自「一个小的嵌入式os」· C头文件 代码 · 共 20 行

H
20
字号
#ifndef _SHELL_H
#define _SHELL_H

#include "LCD_Dis.h"
#include "Lcd320240.h"
#include "GUI.h"
#include "SPLC501_LCD.h"
#include "gps_head.h"
#include "uart.h"
#include "44b0x.h"
#include "Nand.h"
#include "lcdconf.h"
#include <string.h>
#include "Flashled.h"
#include "Cn_oS_head.h"
#define SHELL_LONG 50
extern char shell_buffer[SHELL_LONG];
extern char shell_buffer_count;
extern char shell_full;
#endif 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?