Greetings. I installed Arduino IDE on the E:\ drive as my SSHD C:\ has limited capacity. The example Sketches run fine on my Uno. However, I have problems when using an external driver. I'm running on Windows 7.
IDE preferences shows Sketchbook location as : C:\Users\Gerry\Documents\Arduino. As instructed, I installed the #include file (ADXL345.h) at that location to get the ADXL345 accelerometer running. The compiler gives me errors consistent with not finding the .h file.
Is this a know problem? Do I have to install IDE in C:?
Thanks, Gerry