cmmicc.h
来自「使用ds1302和LCM1602的时钟程序」· C头文件 代码 · 共 54 行
H
54 行
/*********************************************************************
目 的: 建立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 + =
减小字号Ctrl + -
显示快捷键?