?? includes.h
字號:
/*
******************************************************************************************
* uC/OS-II
* The Real-Time Kernel
*
* AVR Specific code
*
* File : INCLUDES.H
* By : Ole Saether
* Port Version : V1.01
******************************************************************************************
*/
#include <string.h>
#include <stdlib.h>
#include <io.h>
#include <sig-avr.h>
#include <interrupt.h>
#include "os_cpu.h"
#include "../uart_8515/os_cfg.h"
#include "ucos_ii.h"
#define COLOR_BLACK 0 /* VT102 Color Codes*/
#define COLOR_RED 1
#define COLOR_GREEN 2
#define COLOR_BROWN 3
#define COLOR_BLUE 4
#define COLOR_MAGENTA 5
#define COLOR_CYAN 6
#define COLOR_WHITE 7
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -