This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision |
spi [2023-05-08 00:52] – asdf | spi [2024-03-08 00:47] (current) – asdf |
---|
| |
Though it varies by chip manufacturer, the general process is to pull the desired CS pin low, perform a transfer, and set CS high again. In the Arduino SPI library, these steps should be surrounded by ''SPI.beginTransaction()'' and ''SPI.endTransaction()''. | Though it varies by chip manufacturer, the general process is to pull the desired CS pin low, perform a transfer, and set CS high again. In the Arduino SPI library, these steps should be surrounded by ''SPI.beginTransaction()'' and ''SPI.endTransaction()''. |
| |
| ===== Resources ===== |
| * https://www.gammon.com.au/forum/?id=10892 |
| |
| {{tag>electronics protocol}} |