Difference between revisions of "I2C Linux"
From Teknologisk videncenter
m |
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://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 12:24, 15 December 2020
I2C is a two wire low bit rate communication protocol, offering cheap communication form a master to one or more slave devices.