The verify fails with a fatal error as shown below; there is another similar include, < inlcude arduino.h> I suspect it would also cause an error.
It appears that this may be caused by the way that Mblock and IDE are installed. Both IDE and Mblock have been reinstalled, but without solving the issue
Is there a way around this problem ?
seeker
ERROR MESSAGE
Arduino: 1.6.8 (Windows 7), Board: “Arduino/Genuino Uno”
C:\Users\LG\Documents\A 1 ROBOTICS Projects\A 1 MakeBlock construction and control\makeblock\MakeBlock Example Sketches\Makeblock_Robot_Starter_Kit\IR_Control\IR_Control.ino:17:23: fatal error: Makeblock.h: No such file or directory
#include <Makeblock.h>
^
compilation terminated.
exit status 1
Error compiling for board Arduino/Genuino Uno.