I2C/SPI: Difference between revisions
Jump to navigation
Jump to search
Aplstudent (talk | contribs) 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 "..." |
Aplstudent (talk | contribs) No edit summary |
||
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 20: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.