"WProgram.h: No such file or directory", from IDE
Hi everybody, i have some trouble to upload the code to openBCI board. I have follow closely the guide:
But, i receive this problem in the arduino IDE:
Arduino:1.6.7 (Windows 10), Scheda:"Arduino/Genuino Uno"
In file included from C:\Users\Utente\Documents\Arduino\libraries\OpenBCI_32bit\OpenBCI_32bit.ino:33:0:
C:\Users\Utente\Documents\Arduino\libraries\OBCI32_SD/OBCI32_SD.h:18:22: fatal error: WProgram.h: No such file or directory
#include <WProgram.h>
^
compilation terminated.
exit status 1
What i do wrong? THX for the replies
Comments