Arduino 1.5.x support
·
77 commits
to master
since this release
This release supports the 1.5rev2 library-format as specified in https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification
Tested on Arduino 1.5.5
To install UIPEthernet into your Arduino 1.5.5 download and unpack the src-zip (or tar.gz). Then choose 'Sketch'->'import Library'->'add Library' from the menu. In the dialog that opens navigate to the directory where you unpacked the source-zip. Select the folder 'UIPEthernet' that was contained the source-zip and click 'open' to install.
- this release is based on the 'static-memory'-branch.