How to use the SPI bus on the Omega
-
Does anybody have a sample how to connect and program an SPI device using C++
-
Hi @Johan-Simons
You can check out the Onion SPI C library: https://wiki.onion.io/Documentation/Libraries/SPI-Libraryhappy hacking!
-
Dears,
I tried this
spi-tool -b 32766 -d 1 read 0x11
it always return 0x00 whatever the address
the device is MPU-9250
help please