bartoszbielawski / LEDMatrixDriver

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

SPI.write16() is SPI.transfer16() in Arduino 1.8.2 #3

Closed moette closed 7 years ago

moette commented 7 years ago

For the current Arduino version the SPI calls are named transferXX() instead of writeXX().

Lines 88 and 75 of LEDMartrixDriver.cpp

bartoszbielawski commented 7 years ago

Fixed.