I am having trouble getting FastSPI_LED on my DUE.
Here is the error I get when trying to upload one of the example sketches:
Arduino: 1.5.4 (Windows 7), Board: “Arduino Due (Programming Port)”
In file included from C:\Users\IAS\Documents\Arduino\libraries\FastSPI_LED2/FastSPI_LED2.h:4,
from RGBCalibrate.ino:1:
C:\Users\IAS\Documents\Arduino\libraries\FastSPI_LED2/controller.h:4: fatal error: avr/io.h: No such file or directory
compilation terminated.
Yes other scripts like making pin 13 (on board led)blink work fine.
I installed fastspi rc5 via Add library on the Arduino interface and selecting the zip file I downloaded. All the files seem to be in the appropriate directories.
It looks like the FastSPI library is where it needs to be, however for some reason the 1.5.4 IDE isn’t finding the Arduino libraries. So the question goes back to what Larry asked: have you tried to compile anything else? Something as simple as the Blink example perhaps?
I did enough testing with it for a specific project, but then went back to fleshing out/finishing avr support and the platform and chip testing for the existing MCU/LEDs that are supported. I think I’ve finally finished the last thing needed to send this out the door, gave it to mark the other day to poke at/test with.
As soon as v2 goes out, I’ll revisit the state of 2.1, finish up the due support and probably a couple more led chipsets then start the preview release stuff all over again.
The due, teensy/due dma support, multi-strand output in parallel, usart-in-spi mode support, and multi-spi output in parallel are on deck for 2.1 as well as p9813, tm1829, as well as probably 8bit crgb output for the lpd1886 and dm412 chipsets while mark and I work out how to add 16bit crgb support to the library/output.
@Daniel_Garcia@Mark_Kriegsman Let me know if you want some help writing (not coding) reference documentation. As I offered Mark previously, I can dedicate time to document what is available. Technical writing/selling skills are my bread and butter.