Move Arduino project to different PC

Hi I'm moving a sketch to a new PC.
On new PC it won't upload and throws errors.
How do I find out what libraries are used + their location in the Sketch on the original PC to replicate on the new one?

by looking in the code

they are either in the sketch directory or with all the other downloaded / custom libraries

Welcome to the forum

You can see from the sketch which libraries are used although some of the #included ones may themselves #include others

Please post the full sketch and error message, using code tags for both

Which Arduino are you using ?

Please

Thnx - following the steps in this post solved my problem.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.