?? global.h
字號:
#ifndef _GLOBAL_H
#define _GLOBAL_H
#include<stdlib.h>
typedef char int8_t;
typedef unsigned char u08 ;
typedef unsigned char uint8_t;
typedef unsigned int u16 ;
typedef unsigned int uint16_t;
typedef unsigned long u32 ;
typedef unsigned long uint32_t;
#define outb(a, b) (a=b)
//MCU時鐘頻率
#define F_CPU 16000000
#define _MCU_CLOCK_FREQUENCY_ 16000000
//默認的系統BAUD
#define baud 115200
//#define MCUBAUD9600 1
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -