The I2C-bus specification:In consumer electronics, telecommunications and industrial electronics
2009-08-16 11:30
Bi-directional level shifter for I2C-bus and other systems.With a single MOS-FET a bi-directional
2009-05-12 08:54
I2C总线协议 Version 2.1 of the I2C-bus specification includes thefollowing minor modifications:· After
2007-11-05 09:12
Compatible with The I2C-Bus Specification Multimaster operation Software programmable for one of 64
2011-03-25 16:29
I2Cspecification
2012-01-02 11:16
I2C总线是由Philips公司开发的一种简单、双向二线制同步串行总线。它只需要两根线即可在连接于总线上的器件之间传送信息。最新的I2C标准协议是2014年第6版本:UM10204_I2C-bus
2021-07-28 07:41
先看看基本用法: from pyb import I2C i2c = I2C(1) # create on bus 1 i2c
2018-05-25 12:14
采用串行总线技术可以大大简化硬件的设计,体积减少,可靠性高。常见的总线,I2C(inter IC bus),单总线,SPI总线。I2C串行总线:(1)进行多主机通信(2
2022-01-18 07:36
2011-08-16 10:26
I2C规范,I2C总线原理1 序言
2009-04-09 18:34