Releases: njh/EtherCard
Releases · njh/EtherCard
Version 1.1.0
- 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