@mchp-mcc/ethernet-drivers-8bit

- Download & Install [nodejs](https://nodejs.org/en/download/) - Download & Install npm - Setup node & npm in enviroment path

Usage no npm install needed!

<script type="module">
  import mchpMccEthernetDrivers8bit from 'https://cdn.skypack.dev/@mchp-mcc/ethernet-drivers-8bit';
</script>

README

Ethernet Drivers

Overview

The Ethernet Drivers library enables interfacing between the MCU and the Ethernet Controller(ENCx24J600 or ENC28J60) using the SPI protocol.

Features

  • Support for Ethernet driver ENCx24J600 and ENC28J60
  • Generates APIs for the Ethernet Drivers
    • Supports polling mode
    • Uses SPI Protocol
  • Includes an input field for the MAC Address

Related Documentation

Changelog

All notable changes to this project will be documented in this file.

[5.0.0] - 2022-01-17

New Features

  • CC8SCRIP-6811 :- Ethernet Drivers Lib - Source code annotation
  • CC8SCRIP-6810 :- ENC28J60 Ethernet driver Release in Melody

[4.0.1] - 2021-09-22

Improvements

  • CC8SCRIP-5171 :- Readme file content update