Tell us about yourself!
Complete Your Profile- ConnorM31 commented on bxl4662's instructable Arduino Based Stranger Things Lights1 year ago
- ConnorM31 commented on bxl4662's instructable Arduino Based Stranger Things Lights1 year agoView Instructable »
Every time I try and compile the program is gives me this error message:Arduino: 1.6.7 (Windows 10), Board: "Arduino/Genuino Uno"In file included from sketch\platforms.h:27:0, from sketch\FastLED.h:52, from C:\Users\Connor\Downloads\FastLED-3.1.3\FastLED-3.1.3\StrangerThings\StrangerThings.ino:2:sketch\platforms/avr/fastled_avr.h:4:27: fatal error: fastled_delay.h: No such file or directory #include "fastled_delay.h" ^compilation terminated.exit status 1Error compiling.
I downloaded the FastLED library and the code you made, but every time i attempt to compile the code it gives me an error message saying that it can't find FastLED.h or some other file within the library like fastled_delay.h
Never mind, I solved the problem. Thank you though