Hi There,
Trying to do a project ( https://www.youtube.com/watch?v=WchroCkYpuw&list=WL&index=4 ) that someone else has written a sketch for and I keep getting an error message (have tried other sketches for other projects too) and I keep getting a "Error compiling for board Arduino Uno." message. I am new to this and have tried a few suggestions for that error and it hasn't helped.
If it helps this is the entire error message:
Arduino: 1.8.15 (Mac OS X 10.15.7), Board: "Arduino Uno"
In file included from /Users/batters/Library/Arduino15/Sound_reactive_vu_meter1/Sound_reactive_vu_meter1.ino:3:0:
/Users/batters/Documents/Arduino/libraries/FastLED/src/FastLED.h:14:21: note: #pragma message: FastLED version 3.004.000
pragma message "FastLED version 3.004.000"
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/batters/Library/Arduino15/Sound_reactive_vu_meter1/Sound_reactive_vu_meter1.ino: In function 'uint32_t* segmentAndResize(uint32_t*)':
/Users/batters/Library/Arduino15/Sound_reactive_vu_meter1/Sound_reactive_vu_meter1.ino:1085:12: warning: address of local variable 'segmented' returned [-Wreturn-local-addr]
uint32_t segmented[N_PIXELS];
^~~~~~~~~
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::Adafruit_NeoPixel()'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::Adafruit_NeoPixel()'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::~Adafruit_NeoPixel()'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::~Adafruit_NeoPixel()'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::begin()'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::updateLength(unsigned int)'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::updateType(unsigned int)'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::show()'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::setPin(unsigned int)'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::Adafruit_NeoPixel(unsigned int, unsigned int, unsigned int)'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::Adafruit_NeoPixel(unsigned int, unsigned int, unsigned int)'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::setPixelColor(unsigned int, unsigned char, unsigned char, unsigned char)'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::setPixelColor(unsigned int, unsigned char, unsigned char, unsigned char, unsigned char)'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::setPixelColor(unsigned int, unsigned long)'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::fill(unsigned long, unsigned int, unsigned int)'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::ColorHSV(unsigned int, unsigned char, unsigned char)'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::getPixelColor(unsigned int) const'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::setBrightness(unsigned char)'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::getBrightness() const'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::clear()'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/Adafruit_NeoPixel/Adafruit_NeoPixel.cpp.o (symbol from plugin): In function Adafruit_NeoPixel::Adafruit_NeoPixel()': (.text+0x0): multiple definition of Adafruit_NeoPixel::gamma32(unsigned long)'
sketch/Adafruit_NeoPixel.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CFastLED::CFastLED()'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CFastLED::CFastLED()'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CFastLED::count()'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CLEDController::m_pHead'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CFastLED::operator'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CFastLED::clearData()'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CFastLED::setTemperature(CRGB const&)'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CFastLED::setCorrection(CRGB const&)'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CFastLED::setDither(unsigned char)'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CFastLED::countFPS(int)'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CFastLED::show(unsigned char)'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CFastLED::delay(unsigned long)'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CFastLED::showColor(CRGB const&, unsigned char)'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CFastLED::clear(bool)'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CFastLED::setMaxRefreshRate(unsigned int, bool)'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CFastLED::addLeds(CLEDController*, CRGB*, int, int)'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of FastLED'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of _retry_cnt'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of _frame_cnt'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of CLEDController::m_pTail'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/FastLED.cpp.o (symbol from plugin): In function CFastLED::CFastLED()': (.text+0x0): multiple definition of pSmartMatrix'
sketch/src/FastLED.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/bitswap.cpp.o (symbol from plugin): In function transpose8x1_noinline(unsigned char*, unsigned char*)': (.text+0x0): multiple definition of transpose8x1_noinline(unsigned char*, unsigned char*)'
sketch/src/bitswap.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorpalettes.cpp.o (symbol from plugin): In function Rainbow_gp': (.text+0x0): multiple definition of Rainbow_gp'
sketch/src/colorpalettes.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorpalettes.cpp.o (symbol from plugin): In function Rainbow_gp': (.text+0x0): multiple definition of HeatColors_p'
sketch/src/colorpalettes.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorpalettes.cpp.o (symbol from plugin): In function Rainbow_gp': (.text+0x0): multiple definition of PartyColors_p'
sketch/src/colorpalettes.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorpalettes.cpp.o (symbol from plugin): In function Rainbow_gp': (.text+0x0): multiple definition of RainbowStripeColors_p'
sketch/src/colorpalettes.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorpalettes.cpp.o (symbol from plugin): In function Rainbow_gp': (.text+0x0): multiple definition of RainbowColors_p'
sketch/src/colorpalettes.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorpalettes.cpp.o (symbol from plugin): In function Rainbow_gp': (.text+0x0): multiple definition of ForestColors_p'
sketch/src/colorpalettes.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorpalettes.cpp.o (symbol from plugin): In function Rainbow_gp': (.text+0x0): multiple definition of OceanColors_p'
sketch/src/colorpalettes.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorpalettes.cpp.o (symbol from plugin): In function Rainbow_gp': (.text+0x0): multiple definition of LavaColors_p'
sketch/src/colorpalettes.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorpalettes.cpp.o (symbol from plugin): In function Rainbow_gp': (.text+0x0): multiple definition of CloudColors_p'
sketch/src/colorpalettes.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of fill_solid(CRGB*, int, CRGB const&)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
Multiple libraries were found for "FastLED.h"
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': Used: /Users/batters/Documents/Arduino/libraries/FastLED Not used: /Users/batters/Documents/Arduino/libraries/src (.text+0x0): multiple definition of fill_solid(CHSV*, int, CHSV const&)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of fill_rainbow(CRGB*, int, unsigned char, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of fill_rainbow(CHSV*, int, unsigned char, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of fill_gradient_RGB(CRGB*, unsigned int, CRGB, unsigned int, CRGB)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of fill_gradient_RGB(CRGB*, unsigned int, CRGB const&, CRGB const&)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of fill_gradient_RGB(CRGB*, unsigned int, CRGB const&, CRGB const&, CRGB const&)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of fill_gradient_RGB(CRGB*, unsigned int, CRGB const&, CRGB const&, CRGB const&, CRGB const&)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of nscale8_video(CRGB*, unsigned int, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of fade_video(CRGB*, unsigned int, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of fadeLightBy(CRGB*, unsigned int, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of nscale8(CRGB*, unsigned int, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of fadeToBlackBy(CRGB*, unsigned int, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of fade_raw(CRGB*, unsigned int, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of nscale8_raw(CRGB*, unsigned int, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of fadeUsingColor(CRGB*, unsigned int, CRGB const&)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of nblend(CRGB&, CRGB const&, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of nblend(CRGB*, CRGB*, unsigned int, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of blend(CRGB const&, CRGB const&, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of blend(CRGB const*, CRGB const*, CRGB*, unsigned int, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of nblend(CHSV&, CHSV const&, unsigned char, TGradientDirectionCode)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of nblend(CHSV*, CHSV*, unsigned int, unsigned char, TGradientDirectionCode)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of blend(CHSV const&, CHSV const&, unsigned char, TGradientDirectionCode)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of blend(CHSV const*, CHSV const*, CHSV*, unsigned int, unsigned char, TGradientDirectionCode)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of blur1d(CRGB*, unsigned int, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of blurRows(CRGB*, unsigned char, unsigned char, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of blurColumns(CRGB*, unsigned char, unsigned char, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of blur2d(CRGB*, unsigned char, unsigned char, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of HeatColor(unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of ColorFromPalette(CRGBPalette16 const&, unsigned char, unsigned char, TBlendType)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of ColorFromPalette(unsigned long const (&) [16], unsigned char, unsigned char, TBlendType)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of ColorFromPalette(CRGBPalette32 const&, unsigned char, unsigned char, TBlendType)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of ColorFromPalette(unsigned long const (&) [32], unsigned char, unsigned char, TBlendType)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of ColorFromPalette(CRGBPalette256 const&, unsigned char, unsigned char, TBlendType)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of ColorFromPalette(CHSVPalette16 const&, unsigned char, unsigned char, TBlendType)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of ColorFromPalette(CHSVPalette32 const&, unsigned char, unsigned char, TBlendType)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of ColorFromPalette(CHSVPalette256 const&, unsigned char, unsigned char, TBlendType)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of UpscalePalette(CRGBPalette16 const&, CRGBPalette256&)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of UpscalePalette(CHSVPalette16 const&, CHSVPalette256&)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of UpscalePalette(CRGBPalette16 const&, CRGBPalette32&)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of UpscalePalette(CHSVPalette16 const&, CHSVPalette32&)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of UpscalePalette(CRGBPalette32 const&, CRGBPalette256&)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of UpscalePalette(CHSVPalette32 const&, CHSVPalette256&)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of nblendPaletteTowardPalette(CRGBPalette16&, CRGBPalette16&, unsigned char)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of applyGamma_video(unsigned char, float)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of applyGamma_video(CRGB const&, float)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of applyGamma_video(CRGB const&, float, float, float)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of napplyGamma_video(CRGB&, float)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of napplyGamma_video(CRGB&, float, float, float)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of napplyGamma_video(CRGB*, unsigned int, float)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/colorutils.cpp.o (symbol from plugin): In function fill_solid(CRGB*, int, CRGB const&)': (.text+0x0): multiple definition of napplyGamma_video(CRGB*, unsigned int, float, float, float)'
sketch/src/colorutils.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/hsv2rgb.cpp.o (symbol from plugin): In function hsv2rgb_raw_C(CHSV const&, CRGB&)': (.text+0x0): multiple definition of hsv2rgb_raw_C(CHSV const&, CRGB&)'
sketch/src/hsv2rgb.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/hsv2rgb.cpp.o (symbol from plugin): In function hsv2rgb_raw_C(CHSV const&, CRGB&)': (.text+0x0): multiple definition of hsv2rgb_raw_avr(CHSV const&, CRGB&)'
sketch/src/hsv2rgb.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/hsv2rgb.cpp.o (symbol from plugin): In function hsv2rgb_raw_C(CHSV const&, CRGB&)': (.text+0x0): multiple definition of hsv2rgb_raw(CHSV const&, CRGB&)'
sketch/src/hsv2rgb.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/hsv2rgb.cpp.o (symbol from plugin): In function hsv2rgb_raw_C(CHSV const&, CRGB&)': (.text+0x0): multiple definition of hsv2rgb_spectrum(CHSV const&, CRGB&)'
sketch/src/hsv2rgb.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/hsv2rgb.cpp.o (symbol from plugin): In function hsv2rgb_raw_C(CHSV const&, CRGB&)': (.text+0x0): multiple definition of hsv2rgb_rainbow(CHSV const&, CRGB&)'
sketch/src/hsv2rgb.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/hsv2rgb.cpp.o (symbol from plugin): In function hsv2rgb_raw_C(CHSV const&, CRGB&)': (.text+0x0): multiple definition of hsv2rgb_raw(CHSV const*, CRGB*, int)'
sketch/src/hsv2rgb.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/hsv2rgb.cpp.o (symbol from plugin): In function hsv2rgb_raw_C(CHSV const&, CRGB&)': (.text+0x0): multiple definition of hsv2rgb_rainbow(CHSV const*, CRGB*, int)'
sketch/src/hsv2rgb.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/hsv2rgb.cpp.o (symbol from plugin): In function hsv2rgb_raw_C(CHSV const&, CRGB&)': (.text+0x0): multiple definition of hsv2rgb_spectrum(CHSV const*, CRGB*, int)'
sketch/src/hsv2rgb.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/hsv2rgb.cpp.o (symbol from plugin): In function hsv2rgb_raw_C(CHSV const&, CRGB&)': (.text+0x0): multiple definition of rgb2hsv_approximate(CRGB const&)'
sketch/src/hsv2rgb.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/lib8tion.cpp.o (symbol from plugin): In function memset8': (.text+0x0): multiple definition of memset8'
sketch/src/lib8tion.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/lib8tion.cpp.o (symbol from plugin): In function memset8': (.text+0x0): multiple definition of memcpy8'
sketch/src/lib8tion.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/lib8tion.cpp.o (symbol from plugin): In function memset8': (.text+0x0): multiple definition of memmove8'
sketch/src/lib8tion.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/lib8tion.cpp.o (symbol from plugin): In function memset8': (.text+0x0): multiple definition of rand16seed'
sketch/src/lib8tion.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of inoise16_raw(unsigned long, unsigned long, unsigned long)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of inoise16(unsigned long, unsigned long, unsigned long)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of inoise16_raw(unsigned long, unsigned long)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of inoise16(unsigned long, unsigned long)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of inoise16_raw(unsigned long)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of inoise16(unsigned long)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of inoise8_raw(unsigned int, unsigned int, unsigned int)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of inoise8(unsigned int, unsigned int, unsigned int)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of inoise8_raw(unsigned int, unsigned int)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of inoise8(unsigned int, unsigned int)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of inoise8_raw(unsigned int)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of inoise8(unsigned int)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of fill_raw_noise8(unsigned char*, unsigned char, unsigned char, unsigned int, int, unsigned int)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of fill_raw_noise16into8(unsigned char*, unsigned char, unsigned char, unsigned long, int, unsigned long)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of fill_noise8(CRGB*, int, unsigned char, unsigned int, int, unsigned char, unsigned int, int, unsigned int)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of fill_noise16(CRGB*, int, unsigned char, unsigned int, int, unsigned char, unsigned int, int, unsigned int, unsigned char)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of fill_raw_2dnoise16into8(unsigned char*, int, int, unsigned char, q<unsigned char, 4, 4>, unsigned char, int, unsigned long, int, unsigned long, int, unsigned long)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of fill_raw_2dnoise16into8(unsigned char*, int, int, unsigned char, unsigned long, int, unsigned long, int, unsigned long)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of fill_raw_2dnoise8(unsigned char*, int, int, unsigned char, q<unsigned char, 4, 4>, unsigned char, int, unsigned int, int, unsigned int, int, unsigned int)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of fill_raw_2dnoise8(unsigned char*, int, int, unsigned char, unsigned int, int, unsigned int, int, unsigned int)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of fill_2dnoise8(CRGB*, int, int, bool, unsigned char, unsigned int, int, unsigned int, int, unsigned int, unsigned char, unsigned int, int, unsigned int, unsigned int, unsigned int, bool)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of fill_2dnoise16(CRGB*, int, int, bool, unsigned char, unsigned long, int, unsigned long, int, unsigned long, unsigned char, unsigned int, int, unsigned int, unsigned int, unsigned int, bool, unsigned int)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of fill_raw_2dnoise16(unsigned int*, int, int, unsigned char, q<unsigned int, 8, 8>, unsigned int, int, unsigned long, int, unsigned long, int, unsigned long)'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of nmax'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/noise.cpp.o (symbol from plugin): In function inoise16_raw(unsigned long, unsigned long, unsigned long)': (.text+0x0): multiple definition of nmin'
sketch/src/noise.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/power_mgt.cpp.o (symbol from plugin): In function calculate_unscaled_power_mW(CRGB const*, unsigned int)': (.text+0x0): multiple definition of calculate_unscaled_power_mW(CRGB const*, unsigned int)'
sketch/src/power_mgt.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/power_mgt.cpp.o (symbol from plugin): In function calculate_unscaled_power_mW(CRGB const*, unsigned int)': (.text+0x0): multiple definition of calculate_max_brightness_for_power_mW(unsigned char, unsigned long)'
sketch/src/power_mgt.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/power_mgt.cpp.o (symbol from plugin): In function calculate_unscaled_power_mW(CRGB const*, unsigned int)': (.text+0x0): multiple definition of calculate_max_brightness_for_power_mW(CRGB const*, unsigned int, unsigned char, unsigned long)'
sketch/src/power_mgt.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/power_mgt.cpp.o (symbol from plugin): In function calculate_unscaled_power_mW(CRGB const*, unsigned int)': (.text+0x0): multiple definition of calculate_max_brightness_for_power_vmA(CRGB const*, unsigned int, unsigned char, unsigned long, unsigned long)'
sketch/src/power_mgt.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/power_mgt.cpp.o (symbol from plugin): In function calculate_unscaled_power_mW(CRGB const*, unsigned int)': (.text+0x0): multiple definition of set_max_power_indicator_LED(unsigned char)'
sketch/src/power_mgt.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/power_mgt.cpp.o (symbol from plugin): In function calculate_unscaled_power_mW(CRGB const*, unsigned int)': (.text+0x0): multiple definition of set_max_power_in_volts_and_milliamps(unsigned char, unsigned long)'
sketch/src/power_mgt.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/power_mgt.cpp.o (symbol from plugin): In function calculate_unscaled_power_mW(CRGB const*, unsigned int)': (.text+0x0): multiple definition of set_max_power_in_milliwatts(unsigned long)'
sketch/src/power_mgt.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/power_mgt.cpp.o (symbol from plugin): In function calculate_unscaled_power_mW(CRGB const*, unsigned int)': (.text+0x0): multiple definition of show_at_max_brightness_for_power()'
sketch/src/power_mgt.cpp.o (symbol from plugin):(.text+0x0): first defined here
libraries/FastLED/power_mgt.cpp.o (symbol from plugin): In function calculate_unscaled_power_mW(CRGB const*, unsigned int)': (.text+0x0): multiple definition of delay_at_max_brightness_for_power(unsigned int)'
sketch/src/power_mgt.cpp.o (symbol from plugin):(.text+0x0): first defined here
collect2: error: ld returned 1 exit status
exit status 1
Error compiling for board Arduino Uno.
