Cannot get The code to work

I have tried to get the code to verify but no matter how I load it I get the message below

C:\Users\Mike\AppData\Local\Temp\Temp1_Firmware (4).zip\Firmware\Firmware.ino:4:20: fatal error: RGBLed.h: No such file or directory

#include “RGBLed.h”

                ^

compilation terminated.

exit status 1
Error compiling for board Arduino/Genuino Uno.

Hi Mike

It seems you’ve opened the code from the ZIP file. It would be better if you extracted the files in the ZIP file to a new folder. It looks like you’re using Windows, so the easiest way to do this is to open the ZIP file, select all the files and folders in it, and copy them to a new folder in your “My Documents” folder or even your desktop.

If you’re still having issues after that, make sure that you have the RGBLed.h file in the folder. If you don’t, visit your circuito.io project again and check the “code” tab to see if it’s listed there.

Hope that helps
Bernhard

1 Like