I have used a timer library modified by [JChristensen], Ut worked very well and i used it a lot. How do I recover it
Have you got any idea what the exact name of the library is ? Have you still got any sketches that used it ?
Take a look at Jack Christensen's GitHub Repositories
https://github.com/JChristensen?tab=repositories
There is a library called Timer. Is it the one you are looking for?
https://github.com/JChristensen/Timer
Thanks Castledog. It seems the library is archived. Any advice on how to copy the library?
I see a green Code button with "Download Zip" on the library page. If you download that file, you should be able to install it using the library manager with "add ZIP library".
https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries
THANKS Cattledog. i have got the library restored and I can now continue modifying my code until I break it. You have made me very happy.. I dont know what's happening with my arduino IDE. all my sketches were deleted and I haf to got o my backup and at least one library deleted. Any ideas as to what's going on?
Hi @hengis
Did you change the "Sketchbook location" path in the Arduino IDE preferences? Even though changing that preference would not cause any files to be deleted, it might cause you to get the impression that sketches and libraries were deleted since the File > Sketchbook menu is populated only with the sketches from under that path and Arduino IDE also uses the libraries installed under the libraries subfolder.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.