⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 console.h

📁 三星给予ARM920T内核的S3C2413的demo版本
💻 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__

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -