From e47f0a6bfb5d1330140694c4e5a2ea1fefaefbcb Mon Sep 17 00:00:00 2001 From: follower Date: Mon, 5 Nov 2007 04:24:37 +0000 Subject: [PATCH] Add header file to enable inclusion in Arduino sketch. git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@46 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b --- branches/follower/wiz810mj/src/lib/WIZ810MJ.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 branches/follower/wiz810mj/src/lib/WIZ810MJ.h diff --git a/branches/follower/wiz810mj/src/lib/WIZ810MJ.h b/branches/follower/wiz810mj/src/lib/WIZ810MJ.h new file mode 100644 index 0000000..fef9603 --- /dev/null +++ b/branches/follower/wiz810mj/src/lib/WIZ810MJ.h @@ -0,0 +1,16 @@ +/* + + WIZ810MJ.h + +*/ + +#ifndef _WIZ810MJ_H_ +#define _WIZ810MJ_H_ + +#include "types.h" + +#include "w5100.h" + +#include "socket.h" + +#endif