代码搜索:SD卡文件
找到约 10,000 项符合「SD卡文件」的源代码
代码结果 10,000
www.eeworm.com/read/382607/9016298
c sd.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/283424/9021611
c sd.c
#include"lpc214x.h"
#include "PCF8833.h"
#define SD_Disable() IO0SET |= 1
www.eeworm.com/read/283424/9021651
c sd.c
#include"lpc214x.h"
#include "PCF8833.h"
#define SD_Disable() IO0SET |= 1
www.eeworm.com/read/283424/9021709
o sd.o
www.eeworm.com/read/283424/9021769
o sd.o
www.eeworm.com/read/185404/9039034
c sd.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/282652/9077507
dwg sd.dwg
www.eeworm.com/read/183703/9143941
c sd.c
/*--------------------------------------------------------------------*/
/* SD卡初始化(SPI-MODE) */
/*--------------------------------------------------------------------*/
uchar sd_init(void)
{
www.eeworm.com/read/183703/9143946
h sd.h
#ifndef __SD_H
#define __SD_H
/*------------------------------------------------------------------------------*/
/* SPI */
#define ss 2
#define mosi 3
#define miso 4
#define sck 5