代码搜索:I2C驱动
找到约 10,000 项符合「I2C驱动」的源代码
代码结果 10,000
www.eeworm.com/read/457118/7333963
mega8 makefile-avrusb.mega8
# Name: Makefile
# Project: USB I2C
# Author: Christian Starkjohann, modified for I2C USB by Till Harbaum
# Creation Date: 2005-03-20
# Tabsize: 4
# Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Softwa
www.eeworm.com/read/457118/7333967
tiny45 makefile-avrusb.tiny45
# Name: Makefile
# Project: USB I2C
# Author: Christian Starkjohann, modified for I2C USB by Till Harbaum
# Creation Date: 2005-03-20
# Tabsize: 4
# Copyright: (c) 2005 by OBJECTIVE DEVELOPMENT Softwa
www.eeworm.com/read/141467/13009872
txt max517与pic单片机通讯程序.txt
;**************初始化I2C子程序*********************************
I2C MOVLW 0X08 ;初始化SSPCON寄存器
MOVWF SSPCON
BSF STATUS,RP0 ;选择
www.eeworm.com/read/19153/815707
asm i2c.asm
;------------------------ Subroutines for I2C ------------------------------
.equ SDA=1 ;SDA conn to pin #1
.equ SCL=0 ;SCL conn to pin #0
.equ PI2C=DDRD ;I2C Bus thrue Port D
;----------
www.eeworm.com/read/209559/4973005
kconfig
# ALSA PowerMac drivers
menu "ALSA PowerMac devices"
depends on SND!=n && PPC
comment "ALSA PowerMac requires I2C"
depends on SND && I2C=n
comment "ALSA PowerMac requires INPUT"
depends on SND &
www.eeworm.com/read/316872/3603899
kconfig
# ALSA PowerMac drivers
menu "ALSA PowerMac devices"
depends on SND!=n && PPC
comment "ALSA PowerMac requires I2C"
depends on SND && I2C=n
comment "ALSA PowerMac requires INPUT"
depends on SND &
www.eeworm.com/read/316872/3604772
summary
I2C and SMBus
=============
I2C (pronounce: I squared C) is a protocol developed by Philips. It is a
slow two-wire protocol (variable speed, up to 400 kHz), with a high speed
extension (3.4 MHz). I
www.eeworm.com/read/281683/4113404
java i2csensor.java
package lejos.nxt;
/**
* Abstract class that implements common methods for all I2C sensors.
*
* Extend this class to implement new I2C sensors.
*
* @author Lawrie Griffiths (lawrie.griffiths@n
www.eeworm.com/read/313444/13587214
c i2cint.c
/****************************************Copyright (c)**************************************************
**
**
**
www.eeworm.com/read/313444/13587216
bak i2cint.c.bak
/****************************************Copyright (c)**************************************************
**
**
**