An open API service indexing awesome lists of open source software.

https://github.com/baskiton/enc28j60-avr

Library for ENC28J60 - Stand-Alone Ethernet Controller with SPI Interface.
https://github.com/baskiton/enc28j60-avr

Last synced: 11 months ago
JSON representation

Library for ENC28J60 - Stand-Alone Ethernet Controller with SPI Interface.

Awesome Lists containing this project

README

          

## ENC28J60 Ethernet chip Library for AVR
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/baskiton/enc28j60-avr?label=version)
[![GitHub](https://img.shields.io/github/license/baskiton/enc28j60-avr)](https://github.com/baskiton/enc28j60-avr/blob/master/LICENSE)

This library is a driver for `ENC28J60` - Stand-Alone Ethernet Controller with SPI Interface
### Dependencies
* [![GitHub package.json dependency version (subfolder of monorepo)](https://img.shields.io/github/package-json/dependency-version/baskiton/enc28j60-avr/defines-avr?filename=library.json)][def_r]
* [![GitHub package.json dependency version (subfolder of monorepo)](https://img.shields.io/github/package-json/dependency-version/baskiton/enc28j60-avr/spi-avr?filename=library.json)][spi_r]
* [![GitHub package.json dependency version (subfolder of monorepo)](https://img.shields.io/github/package-json/dependency-version/baskiton/enc28j60-avr/network-avr?filename=library.json)][net_r]

[def_r]: https://github.com/baskiton/defines-avr
[spi_r]: https://github.com/baskiton/spi-avr
[net_r]: https://github.com/baskiton/network-avr