Hi! Someone ported library FastLed for Atmel Studio 6, atmega8? I would be very grateful to you if you share))
Hi all, I’m also trying to use FastLED with atmel studio with and an atmega 324 AVR. Any tips on compiling the library? I’m seeing problems in the clockless_trinket.h file and the FastPin initialization function. I tried adding fastpin_avr.h to the defines in clockless_trinket.h but that didn’t help.
FastLED compiles in AS6, but it is not directly supported. So you’ll need to get the environment correct for it to compile correctly.
It will only compile for processors specified in the supported list. This is because a lot of the code is hand crafted assembler (not C), directly accesses specific chip hardware and thus very rarely ports well.
Aha! I didn’t think to look at the supported devices list. It’s clear to me now, I think I’ll get an actual Arduino.