EtherCard

EtherCard is an IPv4 driver for the ENC28J60 chip, compatible with Arduino IDE

GPL-2.0 License

Stars
1K
Committers
56

Bot releases are hidden (Show)

EtherCard - Version 1.0.0 Latest Release

Published by njh about 6 years ago

The code as @jcw left it before @njh took over maintaining it.

EtherCard - Version 1.1.0

Published by njh about 6 years ago

  • Moved source files into 'src' and doc files into 'docs'
  • Moved Stash and BufferFiller classes into their own files (#329)
  • Added keywords.txt
  • API documentation building changes
  • Removed setting MACON1_TXPAUS and MACON1_RXPAUS
  • Changed license of examples from MIT to GPLv2
  • Added ether.packetLoop() to testDHCP example
    This allows the Arduino to be pinged after DHCP completes
  • Initialize the PHLCON register to stretch pulses, make LED A link (#285)
  • Added comment to each of the examples about the Slave Select pin (#321)
  • Removed references to MACON2 (#317)
  • Changed #include <EtherCard.h> to #include "EtherCard.h" in EtherCard.cpp