You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
436 B

/*
libw5100.h
Author:
Philip Lindsay <follower@rancidbacon.com>
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