You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# RPi Alternate, with SPIDEV - Note: Edit RF24/arch/BBB/spi.cpp and set 'this->device = "/dev/spidev0.0";;' or as listed in /dev
I've been proofreading... I came across this line and couldn't find the file RF24/arch/BBB/spi.cpp. I noticed the C++ linux examples use a more generic comment that references links to documentation for non-RPi SoCs.
/****************** Linux (BBB,x86,etc) ***********************/// See http://tmrh20.github.io/RF24/pages.html for more information on usage// See http://iotdk.intel.com/docs/master/mraa/ for more information on MRAA// See https://www.kernel.org/doc/Documentation/spi/spidev for more information on SPIDEV
I had blindly copied these comments into the new examples, so should I convert the later to a python comment and use it the new python examples?
The text was updated successfully, but these errors were encountered:
I think RF24/arch/BBB/spi.cpp is the original SPIDEV driver which was for BeagleBoneBlack. It probably still applies, but I don't think we need to mention BBB specifically.
# RPi Alternate, with SPIDEV - Note: Edit RF24/arch/BBB/spi.cpp and# set 'this->device = "/dev/spidev0.0";;' or as listed in /dev
with
################## Linux (BBB,x86,etc) ########################## See http://tmrh20.github.io/RF24/pages.html for more information on usage# See http://iotdk.intel.com/docs/master/mraa/ for more information on MRAA# See https://www.kernel.org/doc/Documentation/spi/spidev for more information on SPIDEV
in the new python examples (old pyRF24 example will be replaced/removed due to new python examples -- making maintenance easier).
RF24/examples_linux/pingpair_dyn.py
Line 26 in a0cd707
I've been proofreading... I came across this line and couldn't find the file RF24/arch/BBB/spi.cpp. I noticed the C++ linux examples use a more generic comment that references links to documentation for non-RPi SoCs.
I had blindly copied these comments into the new examples, so should I convert the later to a python comment and use it the new python examples?
The text was updated successfully, but these errors were encountered: