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

📄 led.h

📁 tea5767_102模块,i2c总线控制方式
💻 H
字号:
/************** Display LED 5 *************************

Device      : 	ATmega8

File name   : 	led.h

Description : 	Defines and prototypes for led
                 
Last change:    17 Jan 2008   Heway
 
****************************************************************************/
/*--- Avoid including this file more than once ---*/
#ifndef __LED_INCLUDED
#define __LED_INCLUDED
/*===========================================================================
**  1     Global constants  
**===========================================================================*/
// 
//
/*===========================================================================
**  2     Global macros
**===========================================================================*/

/*===========================================================================
**  3     Global variables declaration
**===========================================================================*/

/*===========================================================================
**  4.    Global Functions prototype
**===========================================================================*/

//Function definitions

/*===========================================================================
**  函数:	Display_LED
**  功能:	LED显示
**  入口参数:	无
**  出口参数:	无
**===========================================================================*/
extern void Display_LED(unsigned char * str);

/*===========================================================================
**  函数:	PLL_2_Freq
**  功能:	PLL到频率转换
**  入口参数:	无
**  出口参数:	无
**===========================================================================*/
extern void Freq_2_Buffer(unsigned long Freq,unsigned char * disbuffer);


#endif

⌨️ 快捷键说明

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