I'm currently working with python scripts and trying to produce a certain input pattern at different servos of my plane during flight. I'm successful in doing that. However I'm facing a problem that once this script is executed at the missi
Hello,I'm using "ArduPilot-Arduino-1.0.3-windows" which has been modified for Ardupilot code. In this version of the compiler arduino core libraries are deliberately excluded.I want to use some functions like pinMode(), digitalWrite() etc., but due t
Hello,I want to use the functions digitalWrite() and analogWrite() which have been defined in the arduino core liberaries. But the problem is that once code is compiled the modified compiler of arduino for ardupilot excludes these core liberaries fro
Hello,I'm using arduino 1.0.3 for arduplane 3.1.1. Once I compile the code I can't access the arduino core liberaries and it displays me the following message.Building for ArduPilot Mega 2.xExcluding arduino core from include pathsAnyone kindly tell
I use the arduino V1.0.3 compiler for windows and the last version of ArduPlane V3.1.1b. The compilation process works well and I can make the hex file.
In order to toggle an output digital pin , Unfortunately, a compilation error occur