代码搜索结果
找到约 10,000 项符合
SD Card 的代码
sd.h
#ifndef SD_h
#define SD_h
//------------------------------------------------------------
// Port define
//-------------------------------------------------------------
#define SD_Disable() PORTB_
sd.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
sd.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
sd.h
#ifndef SD_h
#define SD_h
//------------------------------------------------------------
// Port define
//-------------------------------------------------------------
#define SD_Disable() PORTB_
sd.h
///////////////////////////hal.h//////////////////////////
#include "ECS08.H"
#include
//sfr P1 = 0X90;
sbit SD_CS =P1^4; //SD/MMC接口定义
sbit SD_DI =P1^5;
sbit SD_CLK =P
sd.c
//#include "common.h"
#include "sd.H"
#include "Display.h"
#include "Ecs08.H"
//extern unsigned char xdata DBUF[BUFFER_LENGTH];
//================================================================