Hallo,
ist es möglich, die FastLED Libary mit dem Due zu nutzen? Bekomme leider nur die Adafruit NeoPixel Libary am laufen.
Beim kompilieren der FastLED bekomme ich folgenden Hinweis:
Build options changed, rebuilding all
In file included from D:\Dropbox\Programme\Arduino 1.5\user\libraries\FastLED/FastLED.h:4,
from FirstLight.ino:3:
D:\Dropbox\Programme\Arduino 1.5\user\libraries\FastLED/controller.h:4: fatal error: avr/io.h: No such file or directory
compilation terminated.
#include <avr/io.h> Muss ich das durch sam/io.h oder arm/io.h ändern?
Hab nun doch auf github die passende "Beta" gefunden von FastLED. Nennt sich FastLED2.1, damit geht der ARM Support
https://github.com/FastLED/FastLED/tree/FastLED2.1