📄 serial.h
字号:
/*
******************************************************************************************************************
* xxx project ---- xxx module
*
* Copyright(C), 2006-2007, Allwinner Microelectronic Co., Ltd.
* All Rights Reserved
*
*File Name: serial_core.h
*
*Author: Wang Yugang
*
*Version 1.0
*
*Date 2007.8.2
*
*Description:
*
*Others : None at present.
*
*
* History :
*
* <Author> <time> <version> <desricption>
*
* Wangyugang 2007.8.2 1.0 build the file
*
*******************************************************************************************************************
*/
#ifndef __serial_core_h
#define __serial_core_h
extern void UART_putchar( char c );
extern void UART_puts( char * string );
extern char UART_getchar( void );
extern char UART_getchar_with_display( void );
extern char awaitkey( unsigned int timeout, int *statp );
#endif // ifndef __serial_core_h
/* end of serial_core.h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -