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