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
When I try to compile Arduino ino file project from andino/andino_firmware, receive an error. Do you have a list of libraries to add to the Arduino IDE environment?
In file included from /home/maxxlife/andino/andino_firmware/src/app.h:32:0,
from /home/maxxlife/andino/andino_firmware/src/app.cpp:65:
/home/maxxlife/Arduino/libraries/Adafruit_BNO055/Adafruit_BNO055.h:29:10: fatal error: Adafruit_Sensor.h: No such file or directory
#include <Adafruit_Sensor.h>
^~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
The text was updated successfully, but these errors were encountered:
When I try to compile Arduino ino file project from andino/andino_firmware, receive an error. Do you have a list of libraries to add to the Arduino IDE environment?
The text was updated successfully, but these errors were encountered: