Difference between revisions of "I2C/SPI"

From Advanced Projects Lab
Jump to: navigation, search
(Created page with "Note: This guide is adapted from [https://learn.sparkfun.com/tutorials/i2c sparkfun] I2C and SPI are communications protocols used within devices to connect "slave" chips to "...")
 
Line 1: Line 1:
Note: This guide is adapted from [https://learn.sparkfun.com/tutorials/i2c sparkfun]
+
Note: This guide is adapted from [https://learn.sparkfun.com/tutorials/i2c sparkfun] where they provide a better and more comprehensive guide than what is here. However, our guide is much shorter and focuses more on the details relevant to our projects.
 +
 
 
I2C and SPI are communications protocols used within devices to connect "slave" chips to "master" chips.
 
I2C and SPI are communications protocols used within devices to connect "slave" chips to "master" chips.

Revision as of 12:52, 13 March 2017

Note: This guide is adapted from sparkfun where they provide a better and more comprehensive guide than what is here. However, our guide is much shorter and focuses more on the details relevant to our projects.

I2C and SPI are communications protocols used within devices to connect "slave" chips to "master" chips.