main.h

来自「st7单片机关于slave方式I2C总线设计的源程序,使用ST7单片机的很有用」· C头文件 代码 · 共 27 行

H
27
字号
/******************************************************************************
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 + =
减小字号Ctrl + -
显示快捷键?