diff --git a/branches/follower/wiz810mj/README.txt b/branches/follower/wiz810mj/README.txt index 4f22082..7591df6 100644 --- a/branches/follower/wiz810mj/README.txt +++ b/branches/follower/wiz810mj/README.txt @@ -28,3 +28,12 @@ If you want to compile the library manually you can use the following: avr-gcc -mmcu=atmega168 -Wall -Os -fsigned-char -combine -c socket.c w5100.c -o wiz810mj.o avr-strip --strip-debug --strip-unneeded -X -x *.o + + +From the original driver README +------------------------------- + +(You're almost certainly not going to need this.) + ++ How to Change the interface mode + Change the value of the __DEF_IINCHIP_BUS__ in the types.h file. diff --git a/branches/follower/wiz810mj/src/lib/README.txt b/branches/follower/wiz810mj/src/lib/README.txt deleted file mode 100644 index c4271db..0000000 --- a/branches/follower/wiz810mj/src/lib/README.txt +++ /dev/null @@ -1,2 +0,0 @@ -+ How to Change the interface mode - Change the value of the __DEF_IINCHIP_BUS__ in the types.h file.