micropython/drivers/wiznet5k
Damien George c0ea91bc89 drivers/wiznet5k: Get low-level W5500 driver working.
This patch implements the basic SPI read/write functions for the W5500
chip.  It also allows _WIZCHIP_ to be configured externally to select the
specific Wiznet chip.
2017-10-16 15:34:08 +11:00
..
ethernet drivers/wiznet5k: Get low-level W5500 driver working. 2017-10-16 15:34:08 +11:00
internet drivers, wiznet5k: Wrap exported functions in a macro for renaming. 2014-09-30 22:51:47 +01:00
README.md all: Use the name MicroPython consistently in comments 2017-07-31 18:35:40 +10:00

README.md

This is the driver for the WIZnet5x00 series of Ethernet controllers.

Adapted for MicroPython.

Original source: https://github.com/Wiznet/W5500_EVB/tree/master/ioLibrary Taken on: 30 August 2014