Adafruit_NeoPixel_ZeroDMA
Adafruit_NeoPixel_ZeroDMA copied to clipboard
Compiler Warning
Thank you for this interface. Just started using this great library, really saved me a lot of time. I'm getting a compiler warning, all seems to be working but would like to see if it could be fixed.
Warning:
c:/users/dmyty/appdata/local/arduino15/packages/arduino/tools/arm-none-eabi-gcc/7-2017q4/bin/../lib/gcc/arm-none-eabi/7.2.1/../../../../arm-none-eabi/bin/ld.exe: warning: changing start of section .bss by 8 bytes
Using:
Version: 2.2.2-nightly-20231224 Date: 2023-12-24T03:10:39.626Z CLI Version: 0.35.0-rc.7
Copyright © 2024 Arduino SA
Includes are:
#include <ArduinoBLE.h> #include <Adafruit_NeoPixel_ZeroDMA.h>
Thank you again for all you do.