Hi
I have installed the Ethernet library in Arduino Studio 1.8.15 (Windows 10), I have to include some patches from Khoi Hoang, however in my "libraries" folder the "ethernet" folder is not shown.
I have spoken with Khoi Hoang and he uses linux ubuntu, in linux ubuntu, in the "libraries" folder the "ethernet" folder is shown.
Why is the "ethernet" folder not shown in Windows 10?
In windows 10 where are the files of the "ethernet" library located?
I am using MKR1000 + MKR ETH Shield
Thank you very much for the help.
Regards,
Jose
Hi @jamolina. The Ethernet library comes bundled with the Arduino IDE 1.8.15 in the libraries/Ethernet
subfolder of the Arduino IDE installation folder. Most likely it is located there.
An easy way to get to that folder:
To find most any library, you can try this:
- Select File > Examples from the Arduino IDE's menus.
- Open any example sketch from the library you want to find (Ethernet in this case).
- Select Sketch > Show Sketch Folder from the Arduino IDE's menus. This will open the example sketch's folder under the
examples
subfolder of the library folder.
Perfect. Thanks.
You're welcome!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.