console.h
来自「S3C2443的读Nand程序」· C头文件 代码 · 共 24 行
H
24 行
#ifndef __console_h__
#define __console_h__
#ifdef __cplusplus
extern "C" {
#endif
////////////////////////////////
void Uart_Init(int);
int GetIntNum(void);
int Uart_putc(int c);
int Uart_getc(void);
void Console(void);
void Init_LED(void);
void Led_Display(int data);
///////////////////////////////
#ifdef __cplusplus
}
#endif
#endif //__console_h__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?