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 code? Or do I need to insert them into header files and #include them?
Replies