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.
- Host: GitHub
- URL: https://github.com/baskiton/enc28j60-avr
- Owner: baskiton
- License: mit
- Created: 2020-09-23T18:21:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-30T14:30:47.000Z (over 5 years ago)
- Last Synced: 2025-03-12T06:17:31.495Z (over 1 year ago)
- Language: C
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ENC28J60 Ethernet chip Library for 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
* [][def_r]
* [][spi_r]
* [][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