I’m getting this compiler error:
Arduino: 1.8.3 (Mac OS X), Board: “Arduino/Genuino Uno”
In file included from /Users/andy/Documents/Arduino/meter_APA_safetystrobe/meter_APA_safetystrobe.ino:1:0:
/Users/andy/Documents/Arduino/libraries/FastLED_master/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.006
pragma message “FastLED version 3.001.006”
^
/Users/andy/Documents/Arduino/meter_APA_safetystrobe/meter_APA_safetystrobe.ino: In function ‘void setup()’:
meter_APA_safetystrobe:36: error: ‘class CFastLED’ has no member named ‘calculate_unscaled_power_mW’
powercalc = FastLED.calculate_unscaled_power_mW(leds, 5);
^
exit status 1
‘class CFastLED’ has no member named ‘calculate_unscaled_power_mW’
This report would have more information with
“Show verbose output during compilation”
option enabled in File → Preferences.
when trying to use the calculate_unscaled_power_mW function described here: http://fastled.io/docs/3.1/group___power.html#ga594568be6aba941c635193a6d46f715e
Has this function been removed or changed? Thanks --Andrew