⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stk500.h

📁 AVR单片机,STK500下载线制作全套资料,包括程序,电路图
💻 H
字号:
/*
硬件配置说明:

	晶振频率:3.6864MHz
	
*/

#ifndef uint8
#define uint8	unsigned char
#endif
#ifndef uint16
#define uint16	unsigned int
#endif

//#include <stdlib.h>
#include <string.h>
#include <iom8v.h>
//#include <iom88v.h>
#include <macros.h>
//#include <interrupt.h>
//#include <signal.h>
//#include <eeprom.h>

#include "interface.h"
#include "spi.h"
#include "tools.h"
#include "extern_vars.h"

//Atmel Includes
#include "command.h"

#include "config.h"

⌨️ 快捷键说明

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