You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
While trying to verify the ad5933-test, having the following error message.
Ubuntu 18.04
Arduino 1.8.10
Similar issue
Suggest to change
#include <Math.h>
to#include <math.h>
The text was updated successfully, but these errors were encountered: