代码搜索:I2C驱动

找到约 10,000 项符合「I2C驱动」的源代码

代码结果 10,000
www.eeworm.com/read/444197/7616655

plg 液晶驱动4线.plg

礦ision2 Build Log Project: D:\电子制作\LCD程序\20076101323710046\液晶应用 4线\液晶驱动4线.uv2 Project File Date: 01/29/2007 Output:
www.eeworm.com/read/444197/7616658

lnp 液晶驱动4线.lnp

"test_LCD1602_4line.obj", "LCD1602-4line.obj" TO "液晶驱动4线"
www.eeworm.com/read/442272/7656080

c rtl8019驱动 .c

首先,我们要编写一个读写8019寄存器的函数  /***************************************************************************************************** //函数名:uint8 readRegister(uint8 address) //描述 : //参数 : ad
www.eeworm.com/read/442066/7660503

c 160128驱动程序.c

#include"t6963c.h" #include"at89x51.h" #include"tab.h" //引脚定义 sbit _CD=P1^5; sbit _RD=P1^6; sbit _WR=P1^7; #define Pin P2 //读状态函数 unsigned char Read_State() { unsigned char a; P2=0xff;//读状
www.eeworm.com/read/440225/7691799

bat 查看驱动器.bat

@echo off setlocal enabledelayedexpansion for /f "skip=1 tokens=1,2 delims=\" %%a in ('fsutil fsinfo drives^|find /v ""') do ( set aa=%%a set aa=!aa:~-2! for %%i in (!aa!) do fsutil f
www.eeworm.com/read/439705/7702591

txt 595驱动程序.txt

带锁存功能的串入并出芯片。这里给出74hc595的c51驱动程序。 //作者:晒太阳的小猪 //个人blog:http://emcu.c51bbs.com //转载使用请注明 //定时器晶体振荡器11.0592M. #i nclude #i nclude #define uint unsigned int #define uchar