📄 config.h
字号:
/*************************************
程序功能:读写SD卡
时间:2009年9月18号
修改人:王亮
*************************************/
#ifndef __CONFIG_H__
#define __CONFIG_H__ 1
#define F_CPU 16000000
#define UINT8 unsigned char
#define UINT16 unsigned int
#define UINT32 unsigned long
#include<avr/io.h>
#include<util/delay.h>
#include<string.h>
#include<avr/pgmspace.h>
#include"VS1003.h"
//#include<avr/interrupt.h>
#include"uart.h"
#include"sd.h"
//#include"diskio.h"
#include"tff.h"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -