I downloaded this LEDStrip library and tried using the example SineWaveRotate code but when I tried to verify it this error message showed up :
In file included from /Users/imaansattar/Documents/Arduino/libraries/LEDStrip/examples/SineWaveRotate/SineWaveRotate.pde:1:0:
/Users/imaansattar/Documents/Arduino/libraries/LEDStrip/LEDStrip.h:5:10: error: #include expects "FILENAME" or #include “WProgram.h”
^
exit status 1
Error compiling for board Arduino/Genuino Uno.
So I tried changing WProgram.h to Arduino.h in the .cpp and .h files but it is still giving an error