config.h

来自「avr单片机atmage16驱动小灯的一些例程 并且包括一些收发数据的程序利用」· C头文件 代码 · 共 25 行

H
25
字号
/**	\file 
	<b>Configuration of the USBisp v2 application</b><br>
	Autor: Matthias Wei遝r<br>
	Copyright 2005: Matthias Wei遝r<br>
	License: QPL (see license.txt)
	<hr>
*/

#ifndef CONFIG_H_INCLUDED
#define CONFIG_H_INCLUDED

//#define	F_CPU	8000000
#define F_CPU 11059200
//  #define	F_CPU	7372800
#define CONFIG_PARAM_BUILD_NUMBER_LOW	0
#define CONFIG_PARAM_BUILD_NUMBER_HIGH	0
#define CONFIG_PARAM_HW_VER				0x0F
#define CONFIG_PARAM_SW_MAJOR			2
#define CONFIG_PARAM_SW_MINOR			10

#define CONFIG_INTERFACE_RS232
//#define CONFIG_INTERFACE_USB

#endif

⌨️ 快捷键说明

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