Hi, I have the latest UDOObuntu 2 RC2, but I'm having problems trying to compile anything that uses the SPI library in arduino sketches. It looks like beginTransaction() and endTransaction() functions don't exist: https://www.arduino.cc/en/Reference/SPIbeginTransaction Is there an easy way to add these functions so that the neo can compile arduino libraries that use these functions?
The Neo uses the SPI library based on the 1.0.x IDE. beginTransaction() and endTransaction() functions were not available then. I tried to use the 1.6.5 SPI library (with beginTransaction() and endTransaction()) but it fails to compile. I think it is easier to rewrite the sketches so it does not use those functions. The SPI examples in the IDE don't use them also so perhaps you can alter your sketches too.
@Andrea Rovai Will the arduino SPI library be updated to the latest version? The current one is based on a old version and is missing functionality and compatibility. https://github.com/UDOOboard/arduino-board-package/tree/boardmanager/udoo/solox/libraries/SPI