UDP library ?
in
Contributed Library Questions
•
2 years ago
I'm trying to run a code to interact with an arduino using UDP. I have an example that begins as:
// import UDP library
import hypermedia.net.*;
UDP udp; // define the UDP object
I found and downloaded the UDP library here but I don't know where to store it so that the sketch can find it. Can someone please help me.
// import UDP library
import hypermedia.net.*;
UDP udp; // define the UDP object
I found and downloaded the UDP library here but I don't know where to store it so that the sketch can find it. Can someone please help me.
1