serial.h
来自「此程序为GPS接收机的源码」· C头文件 代码 · 共 14 行
H
14 行
// serial.h: Header file for the serial.c file// Copyright (C) 2005 Andrew Greenberg// Distributed under the GNU GENERAL PUBLIC LICENSE (GPL) Version 2 (June 1991).// See the "COPYING" file distributed with this software for more information.#ifndef __SERIAL_H#define __SERIAL_Hvoid uart2_initialize( void);void uart2_send_string( char * string);cyg_bool uart2_get_char( cyg_uint8 *c);#endif // __SERIAL_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?