?? includes.h
字號:
/********************************************************************************************************
* 文 件 名 : includes.h
* 程 序 員 : (CaiJie) hnclcj@gmail.com
* (c) Copyright 2007-2007, CaiJie
* All Rights Reserved
* 創建日期 :
* 說 明 : 1>
* 修改日期 :
* 修改版本 :
* 說 明 :
********************************************************************************************************/
#ifndef _INCLUDES_H_
#define _INCLUDES_H_
#include <math.h>
#include <stdio.h>
#include <stddef.h>
#include <string.h>
#include <stdlib.h>
#include <setjmp.h>
#include <inttypes.h>
#include <avr/io.h>
#include <avr/wdt.h>
#include <avr/sleep.h>
#include <avr/eeprom.h>
#include <avr/pgmspace.h>
#include <avr/interrupt.h>
#include <compat/deprecated.h>
#include "CPU.h"
#include "Bin.h"
#include "App_IO.h"
#include "App_Cfg.h"
#include "Eeprom.h"
#include ".\delay\delaytime.h"
#include "PWM.h"
#include "ICP.h"
#include "Timer.h"
#include "Tmr.h"
#endif
/********************************************************************************************************
* End of File
********************************************************************************************************/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -