Hacker News new | ask | show | jobs
by vvanders 2342 days ago
Not always the case that you need the pin count, a good number of SPI devices support daisy chaining[1].

[1] https://www.maximintegrated.com/en/design/technical-document...

1 comments

Cool! I've never seen this before.
The downside is of course that you need a lot of clock cycles before the data reaches the corresponding device, which makes this too inefficient for certain applications.