JavaScript error: Uncaught EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "default-src 'self' http: https: data: blob: 'unsafe-inline'". (https://git.lalonde.me/assets/js/index.js?v=1.18.3 @ 19:71758). Open browser console to see more details.
follower 580cf788fe
Copy xsmurf's PROGMEM and other changes into a branch so we don't lose them.
18 years ago
..
src Copy xsmurf's PROGMEM and other changes into a branch so we don't lose them. 18 years ago
LICENSE.txt Copy xsmurf's PROGMEM and other changes into a branch so we don't lose them. 18 years ago
README.txt Copy xsmurf's PROGMEM and other changes into a branch so we don't lose them. 18 years ago

README.txt


WIZnet W5100 / WIZ810MJ Hardwired TCP/IP Ethernet Chip/Module Driver for Arduino
================================================================================

For more information see:

<http://code.rancidbacon.com/LearningAboutArduinoWIZ810MJ>

Based on the W5100 driver from WIZnet.


Installation and Building
-------------------------

Arduino will compile the library automatically if you put the correct
files in the library directory of the Arduino application.

If you are installing this library from SVN you should put the files
from 'src/lib/' in a directory named 'WIZ810MJ' and then put that
directory in the Arduino library directory.

For Arduino version 0010 the library directory location is:

<ARDUINO>/hardware/libraries/

For Ardino version 0009 the library directory location was:

<ARDUINO>/lib/targets/libraries/

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.