搜索资源列表
iee1
- FREESCALE 16位单片机片MC9S12DG128的EEPROM读写操作程序,支持字节读写,字读写,长字读写,由产品验证,放心使用-SCM MC9S12DG128 writable EEPROM operational support byte read and write, read and write words, long words literacy, product certification and quality assurance use
DELPHI_CVAVR_EEPROM
- 这是一个DELPHI与单片机相结合的应用例子 这个程序的主要功能是通过串口与单片机通讯,读写EEPROM的资料。 上位机程序是用Delphi 6.0,下位机程序是CVAVR 1.24, 采用的主芯片是Atmel ATMega16, EEPROM芯片是Atmel AT24C04(或AT24C256) Application ...... 应用程序 for Delphi 6.0 (SP2) ..\\EEPROM.dpr ...... DELPHI 项目包 ..
hc11
- 使用单片机mc68hc11f1对内部EEprom擦除的程序,使用开发环境cosmic hc
STC_EEPROM_RW
- STC单片机内部EEPROM读写程序,适合于各型号STC单片机-STC MCU internal EEPROM reading and writing program, to suit all models STC microcontroller
EEPROM
- AVR单片机的EEPROM操作函数,根据ICC库编写。-AVR microcontroller EEPROM operations functions, according to ICC library preparation.
I2C
- /* 51系列单片机在使用时,有时需要模拟I2C总线, */ /* 这里举出一个实例(读写串行EEPROM芯片at2402) */-/* 51 Series single-chip, when used, is sometimes necessary to simulate I2C bus,*//* here to cite a concrete example (read and write serial EEPROM chip at2402)* /
sample_iar_pjta
- 三星单片机EEPROM驱动程序,对于家电控制比较有用-Samsung s single-chip EEPROM driver, more useful for home appliance control
iic
- Renesas 单片机I2C 例程。与eeprom的完整功能实现。-Simplified IIC-BUS 0 "Operates as master device for Serial EEPROM"
attachments_2009_12_04
- 大多数 单片机内没有eeprom, 此款就内含128字节的eeprom,非常方便。-many mcu not include eeprom, but this kind of mcu include eeprom 128 byte, easy to use.
24c02
- 24C02,eeprom读取数据。可有,自己写的,单片机采用的是,stc60系列-24C02, eeprom read the data. May have their own writing, the SCM is, stc60 Series
eeprom
- Freescale 单片机的EEPROM的控制子程序.-Freescale MCU EEPROM control subroutine.
e-EEPROM
- MSP430F149单片机flash读写控制程序-flash write and read for msp430
EEPROM
- 51单片机 EEPROOM的测试程序.通俗易懂..适合新手学习-51 MCU EEPROOM test procedures easy to understand .. suitable for novice learning
eeprom
- 51单片机没有PWM波形输出,但PWM在控制中又比较重要,所以我们可以模拟一个PWM来-51 has not PWM waveform output, but the PWM control and more important, so we can simulate a PWM to
eeprom
- stc12c5a32单片机内部eeprom操作 包括字节写、擦出,扇区擦出、做自己读写等功能-stc12c5a32 MCU internal eeprom operations include byte write, wipe, wipe the sector, to do their own reading and writing functions
EEPROM
- STC12系列单片机内部存储功能驱动程序测试过了可以用-STC12 MCU internal storage function driver
eeprom
- dsPIC30F6014单片机EEPROM驱动程序,可以实现单字节读写-DsPIC30F6014 microcontroller EEPROM driver, you can realize single byte read and write
STM32F0-I2C-EEPROM
- STM32F0系列单片机,硬件I2C通讯,读写EEPROM.-STM32F0 u7CFB u5217 u5355 u7247 u673A uFF0C u786C u4EF6I2C u901A u8BAF uFF0C u8BFB u5199EEPROM.
STC_EEPROM(1)
- 实现数据掉电保护,数据存入单片机自带的EEPROM 程序实现P0口,P1口分别驱动LED灯(低电平亮)把两个8位变量count.dat,temp.dat 显示出来,这两个个八位约1s自增一次,且变量的值能够掉电保护(To achieve data power down protection, data stored in the microcontroller comes with EEPROM Procedures to achieve P0 port, P1 port, respect
基于32单片机的电压检测装置
- 1. 基本功能:基本实现了附件2要求的功能,因为TFT-LCD引脚损坏,故用OLED代替,开发板没有配套24C02,所以使用flash模拟EEPROM,对参数K进行掉电保护。 2. 增加功能: a.按键个数增加1个,多了一个用于时间调整,可以让时间减小。 b.可以通过串口修改实时时间,在屏幕1下,用串口助手输入指令。 c.可以通过串口更新电压上报时间,在屏幕2下,用串口助手输入指令。 d.往串口助手输入:?,即可以获得串口指令提示。更多信息见实验工程下“ReadMe”文件。