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

📄 main.h

📁 st7单片机关于slave方式I2C总线设计的源程序,使用ST7单片机的很有用
💻 H
字号:
/******************************************************************************
COPYRIGHT 2002 STMicroelectronics
Source File Name : main.h            
Group            : IPSW,CMG-IPDF
Author           : MCD Application Team
Date First Issued: 7/03/2002 
********************************Documentation**********************************
General Purpose - This file contains prototypes of functions written in main.c

********************************Revision History*******************************
_______________________________________________________________________________
Date : 7/03/2002      Release: 1.0         	  	    		        		      
_______________________________________________________________________________

******************************************************************************/

#ifndef MAIN
#define MAIN

void I2Cs_User_IT_Routine(void);
void main(void);
BOOL Time_Out(void) ;                         /* Prototypes of user function */
void User_Function(void);
unsigned int count=0;             
			         
#endif
/*** (c) 2002   STMicroelectronics *************************** END OF FILE ***/

⌨️ 快捷键说明

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