?? intmcu.h
字號:
#ifndef __int_mcu_h
#define __int_mcu_h
#define RESET asm("jmp 0x000")
//系統強制復位函數
#define xtal 16
void port_init(void);
void uart0_init(void);
void timer0_init(void);
void watchdog_init(void);
void init_devices(void);
void uart0_rx_isr(void);
unsigned char USART_Receive( void );
void USART_Transmit( unsigned char data );
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -