?? cmmicc.h
字號(hào):
/*********************************************************************
微 雪 電 子 WaveShare http://www.waveShare.net
目 的: 建立ICCAVR的底層操作庫(kù)
目標(biāo)系統(tǒng): 基于AVR單片機(jī)
應(yīng)用軟件: ICCAVR
版 本: Version 1.0
圓版時(shí)間: 2005-06-25
開(kāi)發(fā)人員: SEE
說(shuō) 明: 若用于商業(yè)用途,請(qǐng)保留此段文字或注明代碼來(lái)源
深 圳 微 雪 電 子 保 留 所 有 的 版 權(quán)
*********************************************************************/
/*01010101010101010101010101010101010101010101010101010101010101010101
----------------------------------------------------------------------
版本更新記錄:
----------------------------------------------------------------------
入口參數(shù)說(shuō)明:
----------------------------------------------------------------------
待定參數(shù)說(shuō)明:
----------------------------------------------------------------------
對(duì)外變量說(shuō)明:
----------------------------------------------------------------------
對(duì)外函數(shù)說(shuō)明:
----------------------------------------------------------------------
10101010101010101010101010101010101010101010101010101010101010101010*/
#ifndef CmmICC_H
#define CmmICC_H
#include <math.h>
#include <string.h>
#include <stdio.h>
#include <macros.h>
#include <eeprom.h>
#include "D:\ICC_H\Software.H"
#include "D:\ICC_H\Hardware.H"
#endif
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -