Difference between revisions of "I2C Linux"

From Teknologisk videncenter
Jump to: navigation, search
m
m
Line 5: Line 5:
 
*[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:43, 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