搜索资源列表
U盘SD卡读写
- 单片机操作U盘SD卡的程序和相关资料!非常难得!
基于AVR单片机的SD卡读写实验
- 基于AVR单片机的SD卡读写实验
51单片机读写SD卡程序
- 51单片机读写SD卡程序
SMT32单片机读写SD卡代码
- 工程代码实现了SMT32单片机读写SD卡的功能,有利于学习者加快了解SD卡的操作
完整的单片机读写SD卡程序
- 完整的单片机读写SD卡程序,C51,KEIL 开发环境。,Complete single-chip program to read and write SD card, C51, KEIL development environment.
mp3sdvs1003ch375
- 51单片机驱动CH375的测试,MP3音乐播放,SD卡存储-CH375 51 Microprocessor test, MP3 music player, SD card storage
TFT-SD-dataANDprogram
- TFT彩屏和SD卡的完美结合,一次掌握两个外围设备,有详细的资料和简单的编程方法,让你的单片机也显示画面吧-TFT color screen and SD card, the perfect combination, a master of two peripheral devices, there is detailed information and a simple programming method, the MCU also allows you to display it
MCS51_SD_SPI_driver
- SD卡在SPI模式在的全套完整驱动,适用于8051兼容单片机-SD cards in SPI mode of the complete driver for 8051-compliant single-chip
C8051F340-SD
- C8051F 340读写SD卡的程序.熟悉单片机对SD卡的基本操作-C8051F 340 SD card reader program. Familiar with the microcontroller on the SD card, the basic operation
51-protues-SD
- 51单片机的SD的运用,有protues的仿真及C程序-51 single use of the SD, there protues simulation and C programs
RW-UD-SD-andMP3
- 用AVR单片机实现读写u盘sd卡,及播放MP3(基于微型操作系统)。-AVR Microcontroller with u to read and write disk sd card, and play MP3 (based on micro-operating system).
SD
- 这可是好东西,我自己编写的基于51单片机的SD卡驱动代码,可以读写扇区,假如套上FAT32驱动,则可以直接识别文件系统,缺点是用51速度比较慢。-This is a good thing, however, I have written 51 MCU-based SD card driver code, you can read and write sectors, if put on FAT32 drives, you can directly identify the file system
STC12C5A60S2-SD-EBOOK
- STC12C5A60S2单片机+ SD卡+HZK16汉字字库+ EBOOK电子书+TFT图像显示-STC12C5A60S2 SCM+ SD card+ HZK16 Chinese character+ EBOOK+ TFT image display e-book
SDcardreadprogram
- 通过单片机实现SD卡读写功能. 1、SD卡采用SPI通信 2、先往SD里顺序写入0-255共256个数据,然后再读回送LCD1602显示 -Use microcontroller to read and write sd card
51-MCU-SD-Card
- 51单片机实现SD卡读写程序,实验过,很好用-51 MCU SD card reader program, experimented with, very good use
SD-card
- 51单片机的SD卡读写程序,程序调试成功,可直接使用,方便移植。-51 microcontroller SD card reader program, debugging success can be directly used to facilitate the transplant.
51mcu_program
- 本文档是51单片机汇编程序指令集说明,欢迎学习51单片机的朋友下载-This document is 51 single-chip assembler instruction set that welcomes friends to learn 51 SCM Download
SD
- sd卡的程序,上面记录了SD卡的详细读卡写卡方式,适合51单片机或者其他-sd card procedures, the above records the SD card reader to write in detail the way cards for 51 single-chip or other
M8+SD+VS1003=MP3
- 用单片机+SD卡+VS1003实现MP3-MCU+ SD card+ VS1003 achieve MP3
USB-SD-reader
- USB读SD卡的读卡器代码。已经在单片机编译过。 51+PDIUSBD12+SD卡作USB读卡器程序里用了OO的代码,用IDE-USB那个例程改的。这个程序里,已经把存储设备的驱动独立出来了,也就是只要改动存储设备的扇区读写驱动,就可以把存储设备变成U盘了-Reading SD card reader USB code. SCM has been compiled. 51+ PDIUSBD12+ SD Card USB reader program, he devoted OO code,