I am hoping to use Arduino specific functions in the UserCode.cpp file of Ardupilot. Specific functions would be pinMode(), digitalWrite(), digitalRead(), and all of the functions in the SPI library.
Are these already included in the Ardupilot source
I am hoping to use Arduino specific functions in the UserCode.cpp file of Ardupilot. Specific functions would be pinMode(), digitalWrite(), digitalRead(), and all of the functions in the SPI library.
Are these already included in the Ardupilot source
I have been looking all over the internet for an example of a sensor that uses the SPI bus on the Pixhawk, and I haven't found anything. It was mentioned in a different discussion that digital airspeed sensors can sometimes work with SPI,