So I installed the "SoftwareServo" library to use some sample code for the Nrf24L01 radio transceivers and the verify tool is printing this error:
"In file included from C:\Users\Ed\Documents\Arduino\Radio_Reciever\Radio_Reciever.ino:29:0:
C:\Users\Ed\Documents\Arduino\libraries\SoftwareServo/SoftwareServo.h:4:22: fatal error: WProgram.h: No such file or directory
#include <WProgram.h>
^
compilation terminated."
Even though in windows explorer there is a file called "SoftwareServo.h" in the directory "C:\Users\Ed\Documents\Arduino\libraries\SoftwareServo"
I've tried reinstalling the library with no success. Does anyone have any ideas as to what could be causing this?