Been trying to get this going but keep getting errors. Really new at this so any help is greatly appreciated.
This code is about 3 or 4 years old so it might need some updating?
Arduino: 1.8.5 (Windows 10), Board: "Adafruit Gemma (ATtiny85 @ 8MHz)"
"
C:\Users\sigar\AppData\Local\Temp\arduino_modified_sketch_407705\sketch_jun15f.ino: In function 'void setRingsToIdleValues()':
sketch_jun15f:159: error: 'setTargetColor' was not declared in this scope
IDLE_PEAK_SAT, IDLE_PEAK_VALUE, IDLE_TROUGH_SAT, IDLE_TROUGH_VALUE);
^
C:\Users\sigar\AppData\Local\Temp\arduino_modified_sketch_407705\sketch_jun15f.ino: In function 'void fire()':
sketch_jun15f:180: error: 'setTargetColor' was not declared in this scope
AIM_SAT, AIM_PEAK_VALUE, AIM_SAT, AIM_TROUGH_VALUE);
^
sketch_jun15f:187: error: 'setTargetColor' was not declared in this scope
FIRE_SAT, FIRE_VALUE, FIRE_SAT, FIRE_VALUE);
^
C:\Users\sigar\AppData\Local\Temp\arduino_modified_sketch_407705\sketch_jun15f.ino: In function 'void loop()':
sketch_jun15f:201: error: 'setTargetColor' was not declared in this scope
IDLE_PEAK_SAT, IDLE_PEAK_VALUE, IDLE_TROUGH_SAT, IDLE_TROUGH_VALUE);
^
Using library Adafruit_NeoPixel at version 1.1.6 in folder: C:\Users\sigar\Documents\Arduino\libraries\Adafruit_NeoPixel
exit status 1
'setTargetColor' was not declared in this scope
unibeam code.zip (6.46 KB)