You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /home/merlin/arduino/prg/ardweeny/Neopixel-IR/Neopixel-IR.ino:7:0:
/home/merlin/Arduino/libraries/FastLED/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.003
# pragma message "FastLED version 3.001.003"
^
In file included from /home/merlin/Arduino/libraries/FastLED/FastLED.h:65:0,
from /home/merlin/arduino/prg/ardweeny/Neopixel-IR/Neopixel-IR.ino:7:
/home/merlin/Arduino/libraries/FastLED/fastspi.h:110:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output
# pragma message "No hardware SPI pins defined. All SPI access will default to bitbanged output"
^
Compiling libraries...
Is it expected that I get this warning if I'm not using SPI?
Should the prama be displayed if someone is not using LEDs that use a clock?
When I compile the same exact code on teensy 3.1 or 328p, I don't get the warning.