I am trying to compile the .INO file in Energia for ArduCAM_CC3200_UNO borad and getting
C:\Users\DriveZero\Desktop\ArduCAM_MT9D111_Camera_Playback\ArduCAM_MT9D111_Camera_Playback.ino:29:21: fatal error: ArduCAM.h: No such file or directory
\#include < ArduCAM.h >
^
compilation terminated.
exit status 1 Error compiling for board ArduCAM UNO w/ CC3200 (80MHz).
please help me with this.
Added 7 years, 2 months ago.
Hi there,
It looks like the include file cannot be found. I'd recommend you to
install it via the Arduino IDE after downloading and unzipping the library. Besides, you could try to restart your IDE. Check if your previous libraries compile, if they are not then turns out that the library directory changed.
Answered 7 years, 2 months ago.