|
Re: Sending commands to an arduino
thanks for the link to the code, this will be very helpful when writing my own version.
my only question as far as this code is where you got the PS/2 library and the network client library.
#include <Ethernet.h> (I already have this one)
#include <ClientUDP.h>(I need these two)
#include <PS2X_lib.h>
Am I correct to assume that you connected to the network using the ethernet shield?
|