View Single Post
  #5  
Old 24-07-2021, 09:46 PM
brown_rb (Robert)
Registered User

brown_rb is offline
 
Join Date: Aug 2010
Location: Wellington, NZ
Posts: 11
re myFocuserPro2

Under no circumstances place this in the C:\program files etc


Arduino stores libraries in two places
1. In a libraries directpry along with executable program (normally C:\Program Files (x86)\Arduino)
2. In the users Documents folder


As these are user libraries, do not put them in C:\Program Files (x86)\Arduino


If Arduino IDE is running, close it


Unzip the firmware file.
Go into the myFocuserPro2libraries folder
Select all folders and then Copy
Go back to the Documents\Arduino\Libraries folder (from 2 above)
When in the Documents\Arduino\Libraries PASTE all those copied folders.


Then start Arduino IDE
Reply With Quote