One of the big things I was looking forward to doing with the little digispark was controlling led strips that I bought from AdaFruit. Their library for controlling the led strips is this WS2801 library, which is dependent on the SPI library, which doesn't compile with the digispark.
Does anyone know how/if this can be made to work?
Thanks!
in file included...
SPI/SPI.h: In static member function 'static byte SPIClass::transfer(byte)':
error: 'SPDR' was not declared in this scope
error: 'SPSR' was not declared in this scope
error: 'SPIF' was not declared in this scope
In static member function 'static void SPIClass::attachInterrupt()':
error: 'SPCR' was not declared in this scope
error: 'SPIE' was not declared in this scope
etc....