Newest commit is forcing me to use software SPI, rather than Hardware on the nrf51. Tried defining a few related variables before the include, but no dice. Any recommendations?
Getting:
Arduino/libraries/FastLED/fastspi.h:110:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output
Let me double check the code - it’s possible the compiler is spitting out a message where it shouldn’t.
Thanks! Specifically happened with commit a448d5c (as im sure you would suspect)
Also, thanks again for patching up the nrf51 spi!
Ah! I see what’s happening - for whatever reason, the rfduino version of the compiler blocks #warning messages, but it doesn’t block #pragma message – so the hardware SPI is still being setup/configured - the message is just incorrect.
At any rate, i’ve fixed that up and if you pull master, you should be all set!