代码搜索:C04

找到约 1,388 项符合「C04」的源代码

代码结果 1,388
www.eeworm.com/read/281673/9143011

txt compiledb.txt

#: :CompileDB.txt // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt # Compiler information listings for T
www.eeworm.com/read/346789/11721919

h at24c16.h

#ifndef __INCAT24C16H #define __INCAT24C16H extern void Write24c04(void idata *buffer,U16 address,U8 len); extern void Read24c04(void idata *buffer,U16 address,U8 len); #endif
www.eeworm.com/read/155430/11873985

txt at24c04的读写.txt

;2404 是一个4KB的EEPROM,具有1,000,000次擦写周期,数据保存100年不变,非挥发性存 ;介质,I2C总线形式,页面存储方式,能方便地读写数据,数据保存安全可靠。 ;本程序主要为AT24<mark>C04</mark>的读写程序,具有单字节读、写;多字节连续读、写等方式。 BEEP BIT P3.7 ;蜂鸣器定义 ...