Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not find Math.h #13

Open
peterjcwu opened this issue Nov 25, 2019 · 0 comments
Open

Can not find Math.h #13

peterjcwu opened this issue Nov 25, 2019 · 0 comments

Comments

@peterjcwu
Copy link

While trying to verify the ad5933-test, having the following error message.

AD5933.cpp:12:18: error: Math.h: No such file or directory
Multiple libraries were found for "Wire.h"
 #include <Math.h>
 Used: /root/.arduino15/packages/arduino/hardware/sam/1.6.12/libraries/Wire
                  ^
compilation terminated.
exit status 1
Math.h: No such file or directory

Ubuntu 18.04
Arduino 1.8.10

Similar issue

Suggest to change #include <Math.h> to #include <math.h>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant