You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2024. It is now read-only.
Jaden Bottemiller edited this page Jun 30, 2018
·
1 revision
SPI has a few interesting aspects that you may not be expecting. First off, some devices may be read-only, or write-only, and may not even have a pin for the other direction. Secondly, all SPI transfers are simultaneous and equal read and write. For every byte you write, you receive one byte in return. How can both of those be true? Stay tuned.