📄 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 + -