?? uarttest.h
字號:
//uartTest.h : header file for the uartTest project
//
#ifndef _UARTTEST_H_
#define _UARTTEST_H_
#ifndef __AVR_AT90S8515__
#define __AVR_AT90S8515__
#endif
#define __MCU_CLOCK_FRENQUENCY__ _4.0_MHz
#include <io.h>
#include <wdt.h>
#include <Interrupt.h>
#include <sig-avr.h>
#include <progmem.h>
/////////////////////////////////////////////////////////////////////////////
//uartTest
void IO_Init(void);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -