?? uart.h
字號:
/****************************Copyright (c)*********************************************
**
** 博格達科技有限公司
**
** http://www.bogodtech.com
**
**--------------文件信息--------------------------------------------------------------
** 文 件 名: uart.h
** 創(chuàng) 建 人: 羅輝聯(lián)
** 創(chuàng)建日期: 2007年12月28日
** 描 述: uart函數(shù)實體部分
** 技術(shù)顧問: 樓東武(副教授) 浙江大學信電系
**
**---------- 版本信息------------------------------------------------------------------
** 版 本: V1.0
** 說 明: UART 相關(guān)函數(shù)主要是pwm和gpio的設(shè)置與配置
**
**-------------------------------------------------------------------------------------
**************************************************************************************/
/* Define to prevent recursive inclusion -------------------------------------*/
#ifndef __UART_H
#define __UART_H
/* Includes ------------------------------------------------------------------*/
#include "stm32f10x_lib.h"
/* Private typedef -----------------------------------------------------------*/
/* Private define ------------------------------------------------------------*/
#define RxBufferSize 0x1
/* Private macro -------------------------------------------------------------*/
/* Private variables ---------------------------------------------------------*/
/* Public variables ---------------------------------------------------------*/
/* Public functions ---------------------------------------------------------*/
void UART_onfiguration (void);
void printf(char * format, ...);
#endif /* __UART_H */
/****************************** http://www.bogodtech.com *******END OF FILE******************/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -