?? include.h
字號(hào):
#ifndef _INCLUDE_H_
#define _INCLUDE_H_
#endif
#ifndef MY_TYPE
#define MY_TYPE
#define uint8 unsigned char
#define uint16 unsigned int
#define uint32 unsigned long
#define int8 signed char
#define int16 signed int
#define int32 signed long
#endif
#include <iom64v.h>
#include <macros.h>
#include <eeprom.h>
#include <stdio.h>
#include <string.h>
#include <uart.h>
#include <mcu.h>
#include <delay.h>
#ifndef CRITICAL_PROCESS
#define CRITICAL_PROCESS
#define ENTER_CRITICAL() //CLI();isrCnt++
#define EXIT_CRITICAL() //if(isrCnt>0)isrCnt--;if(isrCnt==0) SEI()
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -