搜索资源列表
LastMusic.zip
- 基于android的音乐播放器,代码比较乱,需要sdcard存储歌曲才能读取,Android-based music players, relatively arbitrary code, need to sdcard
flashDriver
- Freescale的HCS12处理器上面的flash驱动。支持块擦除、扇区存储、单字读取、单字烧写等操作。在CodeWarrior中开发。-Freescale s HCS12 processor above the flash drive. Support for block erase, sector storage, word reading, vocabulary, etc. programmer operation. Developed in CodeWarrior.
smsss
- 短消息服务( SMS )的定义是基于文本的服务,使多达160个字符发送的手机从一个到另一个。 着同样的精神,以电子邮件,邮件存储和转发的短信中心,使信息检索后如果您没有立即接受他们。,同的语音呼叫,短信旅行的移动通信网络的低速控使用的方便性短信,这个项目可以让您远程控制设备发送纯文本邮件,如“泵” , “空调关闭” , “重”或“ light1上” -所有这一切都可以预编程的控制器和容易记住以后。 .它可以控制多达8个外部设备8位微控制器是用来控制整个电路。 它读取的信息从移动电话和控制装置根据
znFAT-test
- 振南51单片机版的FAT文件系统,可读取多种存储设备如SD卡、U盘等,方便用51实现丰富多样的功能。-The of Zhennan 51 microcontroller version of the FAT file system can read a variety of storage devices such as SD card, U disk, etc. to achieve a variety of functions, with 51 convenient.
I2C
- I2C总线驱动,将数据写入2C02的某个存储地址,在读取这个地址上的数据,判断程序是否正确-I2C bus driver to write data to a memory address 2C02, read the address on the data, determine whether the correct
The-IIC-temperature-recorder
- 从DS18B20读取当前的温度 从DS1302读取获得该温度的时间 将当前温度和时间在1602液晶上显示 每隔15秒将当前时间和温度值写入AT24C1024存储芯片 从AT24C1024中读取数据并通过串口上传给计算机 -Read the current temperature from DS18B20 To obtain the temperature at the time is read out from the DS1302 The current tempe
demoLQ320240
- 是基于MC9S12XS128系统的EEPROM高效存储读取程序,很基础很实用-Read a program based on the the EEPROM of MC9S12XS128 system efficient storage, very basic and very practical
Serialmake
- 在LPC2129程序存储空间的某个地址: 0x00020000和 0x00020010写入数据,以便程序在运行时能读取,确定该芯片的数据信息,通过该程序完成烧写文件的生成。-An address in LPC2129 program memory space: 0x00020000 0x00020010 write data, so the program at runtime can be read to determine the chip' s data information by
7_2
- 从文件读取7路数字信号(存储为char型), 输出2路信号是输入信号的当前值与前2次 的逻辑组合。用屏幕和文件分别输出信号,用字符代表光点模拟输出结果波形。输出 结果由已有函数intf1(char d2,char d1,char d),intf2(char d2,char d1,char d) 给出 函数的输入参数d2,d1,d分别用低7位表示7路前2次信号及当前信号-7 digital signals read from the file (stored as char type)
LD_Demo_OnlyPlay_Source
- 以下定义是在示范程序中,用来播放的声音数据的起始位置和长度 // 这些声音是事先在PC机上录制好的MP3文件,在PC机上合成到一个文件 voice.dat中 // 可以把这个voide.dat存储到用户系统中的存储芯片中,诸如 spi-flash中 // 在需要播放时,用户的主控MCU可以到spi-flash中根据要播放文件的起始地址无读取MP3数据 // 并送入LD3320进行播放 单片机#include "STC10F08XE.H"-#include "STC10F
STM32_LCD_SDdatasave
- 把串口接收到的数据存储到SD卡的文件中基于STM32。实现文件的创建读取写入-The data stored the SD card , based STM32.
x5045-read-data
- x5045使用EEPROM正确存储及读取数据,包括单个数据读取以及页写和连续读取-use x5045 to store and read data correctly, including read single data and pagewrite and reading continously.
M25p16
- 基于fresscale 平台的存储芯片m25p16的源代码,通过IO口模拟SPI总线,实现数据的存储与读取;