OnionIoT / Onion-Docs

Documentation for all things Onion
https://docs.onion.io
GNU General Public License v3.0
113 stars 65 forks source link

fixed mix-up: bus and device id #46

Closed h0l0gram closed 5 years ago

h0l0gram commented 7 years ago

explanation and usage of spi-tool are the other way around as described. /dev/spidev32766.1 --> /dev/spidev<bus>.<device id> bus = 1 device id=32766

greenbreakfast commented 6 years ago

actually, spi-tool itself has a bug where the bus and device id are mixed up need to fix that first and then we'll merge the docs fix as well

greenbreakfast commented 5 years ago

spi-tool has been deprecated, we now recommend using Python and the spidev module for SPI communication. See the docs article on SPI: http://docs.onion.io/omega2-docs/communicating-with-spi-devices.html

Thanks for the input!