#define OUTPUTMODE 1
#define PRINT_ANALOGS 0 //Will NOT print the analog raw data
#define PRINT_EULER 1 //Will print the Euler angles Roll, Pitch and Yaw
#define PRINT_GPS 0 //Will NOT print GPS data
thanks in advance!!!
You need to be a member of diydrones to add comments!
Replies
Hi there. Im kind of trying to use IMU V2 with Ardu Duemilanove for my Quad. They communicate via Serial (Tx, Rx). So how should i set user configurable outputs of Ardu IMU V2 to use with Dueminalove ? It says select binary output to use with ardupilot at settings. I did that although i dont have ardupilot and have the angles but is this enough for PID purposes ? Any helps will appreciated, thanks...