Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-08-19 | 665 Bytes | |
Version 1.1.0.tar.gz | 2018-08-19 | 95.2 kB | |
Version 1.1.0.zip | 2018-08-19 | 127.0 kB | |
Totals: 3 Items | 222.9 kB | 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