


Using core 'arduino' from platform in folder: C:\Users\micro\Desktop\primary\hardware\adafruit\samd Here is the output of my build process: Using board 'adafruit_feather_m4' from platform in folder: C:\Users\micro\Desktop\primary\hardware\adafruit\samd

All other Arduino core files seem to be recognized correctly with this setup and I've temporarily been able to fix it by just copying over those core libraries to my user libraries directory. I've tried to create a containerized environment for my project so my arduino-cli.yaml looks like this: board_manager:Īnd I consider my top level directory to be my user directory with hardware and libraries directories there. While trying to use Wire.h and other Arduino libraries located in packages/arduino/hardware/samd/1.8.6/libraries.

I'm continually getting the error: fatal error: Wire.h: No such file or directory
