Whenever I try to upload a file with an included library I receive a permission denied, example below:
"fatal error: ...\Adafruit_NeoPixel\Adafruit_NeoPixel.h: Permission denied"
Whenever I try to upload a file with an included library I receive a permission denied, example below:
"fatal error: ...\Adafruit_NeoPixel\Adafruit_NeoPixel.h: Permission denied"
That sounds like your library is in a directory for which you don't have the necessary permissions. I'm sure your Operating System has tools that allow you to change the permissions.
Alternatively you have not installed the libraries properly.
...R