Difference between revisions of "I2C Linux"

From Teknologisk videncenter
Jump to: navigation, search
m (Links)
m (Links)
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]
 +
*[https://www.nxp.com/docs/en/application-note/AN10216.pdf NXP - Application note 10216 i2C manual]
 
*[https://github.com/fivdi/i2c-bus i2c bus on Node.js]
 
*[https://github.com/fivdi/i2c-bus i2c bus on Node.js]
 
[[Category:Linux]][[Category:I2C]][[Category:Grove]]
 
[[Category:Linux]][[Category:I2C]][[Category:Grove]]

Revision as of 09:41, 10 April 2022

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