Adafruit 10 DOF library for Arduino

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
raoajaym
 
Posts: 1
Joined: Sun Mar 16, 2014 12:28 am

Adafruit 10 DOF library for Arduino

Post by raoajaym »

I just bought a 10DOF board from Adafuit, and I am trying to run your software using an Arduino Uno using the IDE from Linux. I get a compile error when trying to run the "tester" sketch in the file "Adafruit_10DOF.cpp" which says "Math.h not found". I guess this is a typo assuming it is pointing to avr-libc? It works if I change to "math.h".

Thanks,
-A

User avatar
adafruit_support_bill
 
Posts: 88093
Joined: Sat Feb 07, 2009 10:11 am

Re: Adafruit 10 DOF library for Arduino

Post by adafruit_support_bill »

There are some differences between the various linux installs for Arduino. Combined with the case-sensitivity of the directory system, this occasionally causes problems like that.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”