View Single Post
  #2  
Old 24-07-2021, 12:08 PM
redbeard's Avatar
redbeard (Damien)
Registered User

redbeard is offline
 
Join Date: Nov 2010
Location: Adelaide
Posts: 558
Hi Bojan,


With the info you have provided, this is what I think based on the error message.



Normally, there is a folder called 'libraries' under the Arduino installation folder where you would put your focuser library into. That way Arduino knows how to find the library. The error message you are getting is as it says as it can't locate the file. The sketch folder or below is not the library folder.


On my PC, the sketch location is: C:\Users\Redbeard\Documents\Arduino , but this is not where libraries should go.



The installation folder where I have installed Arduino software on my PC is G:\Arduino\


All my library files are stored in G:\Arduino\libraries\ as this is where Arduino software looks for them.



Arduino libraries are not normally stored in the sketch folder. It's annoying as the Arduino software does not list where it stores the libraries.


You don't need to copy the individual files to this location, just the folder with the files in it.



Ignore if you already know all this.


Cheers,
Damien.
Reply With Quote