Hi, I want to use fastled for STM32F103,
I install this boards:
and acording: FastLED/platforms/arm at 03d12093a92ee2b64fabb03412aa0c3e4f6384dd · FastLED/FastLED · GitHub
It’s seem fastled support STM32 but when I compile project, this error occur:
fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
^
compilation terminated.
I’m on my phone, so can’t see which version of the library you’re using. Is it the specific fork for those boards? I’ve used the fork successfully with the maple mini clones.
Thanks,
I install last version of FastLed and Arduino_STM32 boards, and select maple mini but error exist still:
C:\Users\Alireza\Documents\Arduino\libraries\FastLED/platforms/avr/led_sysdefs_avr.h:12:20: fatal error: avr/io.h: No such file or directory
#include <avr/io.h>
compilation terminated.
I don’t know why fastled select avr board from platforms!!
You need to search the STM 32 forums for the link to the correct fork of FastLED
I can compile it.Very very thanks.
kind of an old thread and maybe a simple question, but… How do I get the Arduino IDE to select this library over my already installed 3.1.8 when compiling for the STM32F103 blue pill?