Code: Select all
$ ls -l /dev/spi*
crw-rw---T 1 root spi 153, 0 Jan 1 1970 /dev/spidev0.0
crw-rw---T 1 root spi 153, 1 Jan 1 1970 /dev/spidev0.1
Yes, thank you. I just read all about SPI. I think I understand how it works. I was able to confirm its running smoothly, my device and code are working. Thank you again.joan wrote:The pins won't be active until you have actually opened the SPI device (open call, CE0/1 will go high) and you are actually reading/writing data (read/write calls, CE0/1, SCLK, MISO, MOSI will be active).