?? cmmicc.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 + -