Difference between revisions of "I2C Linux"

From Teknologisk videncenter
Jump to: navigation, search
(Created page with " I2C is a two wire low bit rate communication protocol, offering cheap communication form a master to a Right|300px|Thumb|Simple I2C or SMBus =...")
 
m
Line 1: Line 1:
  
I2C is a two wire low bit rate communication protocol, offering cheap communication form a master to a
+
I2C is a two wire low bit rate communication protocol, offering cheap communication form a master to one or more slave devices.
[[Image:I2C-SMBus simple.png|Right|300px|Thumb|Simple I2C or SMBus]]
+
[[Image:I2C-SMBus simple.png|center|400px|thumb|Simple I2C or SMBus]]
 
=Links=
 
=Links=
 
*[https://www.kernel.org/doc/html/latest/i2c/index.html Linux kernel doc on I2C]
 
*[https://www.kernel.org/doc/html/latest/i2c/index.html Linux kernel doc on I2C]
 
*[https://www.nxp.com/docs/en/application-note/AN4471.pdf NXP Application note 4471 SMBus Quick Start Guide]
 
*[https://www.nxp.com/docs/en/application-note/AN4471.pdf NXP Application note 4471 SMBus Quick Start Guide]
 
[[Category:Linux]][Category:I2C]][[Category:Grove]]
 
[[Category:Linux]][Category:I2C]][[Category:Grove]]

Revision as of 09:42, 25 November 2020

I2C is a two wire low bit rate communication protocol, offering cheap communication form a master to one or more slave devices.

Simple I2C or SMBus

Links