?? public.h
字號:
#ifndef _PUBLIC_H_
#define _PUBLIC_H_
#include<avr/io.h>
#include<avr/delay.h>
#include<avr/interrupt.h>
#include<avr/sfr_defs.h>
#define F_CPU 16000000 //M128外部晶振使用16M
#define Uchar8 unsigned char
#define Uint16 unsigned int
#define Ulong32 unsigned long int
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -