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.
follower 4ac7c1b66e
For Arduino we don't want to re-configure the SPI each time as we assume it's configured elsewhere. We also only want to touch the chip select pin unlike the original driver code.
18 years ago
..
Makefile Remove all references to mcu.o, serial.o, dns.o as we do not need them for the driver. Remove all references to sockutil.o and util.o as we are not using them at present. Note: It might be worth re-introducing some of the sockutil functions at a later date. 18 years ago
README.txt Remove some no longer relevant instructions. (Note also that we've moved all the source files into the one directory--for the moment I've decided this is easier.) 18 years ago
delay.c Grab the actual files we need from the vendor driver source. 18 years ago
delay.h Grab the actual files we need from the vendor driver source. 18 years ago
mcu_define.h Grab the actual files we need from the vendor driver source. 18 years ago
socket.c Grab the actual files we need from the vendor driver source. 18 years ago
socket.h Grab the actual files we need from the vendor driver source. 18 years ago
types.h Let's try doing this chip select pin stuff a different way. 18 years ago
w5100.c For Arduino we don't want to re-configure the SPI each time as we assume it's configured elsewhere. We also only want to touch the chip select pin unlike the original driver code. 18 years ago
w5100.h Grab the actual files we need from the vendor driver source. 18 years ago

README.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

+ How to compile


Execute 'make' then the source code is compiled.

+ How to Change the interface mode
Change the value of the __DEF_IINCHIP_BUS__ in the types.h file.