?? 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -