/* libw5100.h Author: Philip Lindsay License: Copyright 2007-2008 // LGPL */ #ifndef _LIBW5100_H_ #define _LIBW5100_H_ // New object wrapper interface #include "spi.h" #include "w5100_device.h" #include "connection.h" #include "interface.h" // TODO: Allow this to be changed in the main program, but use default otherwise. // WIZnet module /RESET #define PIN_RESET 9 #endif