Eberhard Fahle
Eberhard Fahle
I think you have to update your arduino version: `C:\Program Files (x86)\arduino-1.6.5-r2\libraries\Ethernet\src/utility/w5100.h:15:16: error: expected unqualified-id before numeric constant #define SPI_CS 10` In version 1.6.7 of the Arduino IDE line 15...
Yes, thanks for the enhancement. I know that hardware SPI is _much_ faster than my bit-toggle solution. By the time I wrote the LedControl library the arduino IDE did not...
Would that include merging all the 13+ source trees in the project into a single one? I started to setup an eclipse environment for the project 2 times, but the...