bartoszbielawski / LEDMatrixDriver

A replacement for Arduino's LedControl library
MIT License
75 stars 25 forks source link

SPI.setHwCs() does not exist on Arduino 1.8.2 #4

Closed moette closed 7 years ago

moette commented 7 years ago

Looks like the code in here was made for ESP8266 or something?

bartoszbielawski commented 7 years ago

Yes, it was made for ESP8266. I had no idea they diverged so far from the standard API. Anyway - I will just use couple of #ifdefs - transferXX() are available this one can be removed, vector can be replaced with raw pointers. Or I will just mark the specific platform.

moette commented 7 years ago

drop me a mail at marko at oette dot info

I can supply a working version of the library and an arduino example sketch.

Besides the above mentioned problems it works like a charm ;)

bartoszbielawski commented 7 years ago

Fixed in the latest commit.