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

📄 cmmicc.h

📁 使用ds1302和LCM1602的时钟程序
💻 H
字号:
/*********************************************************************
        	
		                                                        
目    的:   建立GCCAVR的底层操作库
	
目标系统:   基于AVR单片机
		                                                                
应用软件:   GCCAVR

版    本:   Version 2.0                                                          
		                                                                
圆版时间:   2006-09-25
	
开发人员:   YESON

说    明:   若用于商业用途,请保留此段文字或注明代码来源
	

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

/*01010101010101010101010101010101010101010101010101010101010101010101
----------------------------------------------------------------------
版本更新记录:

----------------------------------------------------------------------
入口参数说明:

----------------------------------------------------------------------
待定参数说明:

----------------------------------------------------------------------	
对外变量说明:
    
----------------------------------------------------------------------
对外函数说明:
   
----------------------------------------------------------------------
10101010101010101010101010101010101010101010101010101010101010101010*/

#ifndef CmmICC_H
#define CmmICC_H

#include <math.h>
#include <string.h>
#include <stdio.h>
//#include <macros.h>
#include "avr/interrupt.h"
#include "avr/signal.h"
#include "avr/eeprom.h"
#include "Software.H"	
#include "Hardware.H"	

#endif

⌨️ 快捷键说明

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