How do I setup an SPI interface, and communicate with my device? #441
-
As the title says. I've found it rather difficult to figure out how to set up a SPI device and communicate with it successfully. From what I've been able to find, I've been unable to find anything. As in, nothing that directly helps someone find what they're looking for in regards to making an SPI interface and such. With regard to this, how does one set up an SPI device and communicate with it successfully, using these libraries? (In my specific case, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
(Converted this issue to a discussion). Not sure why you closed the issue, maybe you already figured it out. To document this for everyone else: There is an example for setting up SPI as part of the examples directory: https://github.com/Rahix/avr-hal/blob/main/examples/arduino-uno/src/bin/uno-spi-feedback.rs |
Beta Was this translation helpful? Give feedback.
(Converted this issue to a discussion).
Not sure why you closed the issue, maybe you already figured it out.
To document this for everyone else: There is an example for setting up SPI as part of the examples directory: https://github.com/Rahix/avr-hal/blob/main/examples/arduino-uno/src/bin/uno-spi-feedback.rs