?? console.h
字號:
#ifndef __console_h__
#define __console_h__
#ifdef __cplusplus
extern "C" {
#endif
////////////////////////////////
void Uart_Init(int );
int GetIntNum(void);
int Uart_putc(int );
int Uart_puts( const char *);
int Uart_getc( void);
int Uart_GetKey( void);
void Console( void);
void Init_LED( void);
void Led_Display(int data);
void Uart_SendByte(int whichUart, int data);
void Uart_TxEmpty(int ch);
///////////////////////////////
#ifdef __cplusplus
}
#endif
#endif //__console_h__
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -