Ok so trying to get this code working from the adafruit website. Using a Gemma Attiny85 8mhz on arduino 1.8.5. I believe the code is a few years old and just needs a little tweaking. Any help would be great!
this is the project https://learn.adafruit.com/pages/4429/elements/951597/download
Everything is set up fine. I ran a strandtest and the neopixels are working fine.
Says the code exceeds the maximum so I put it in a zip if thats ok?
These are the errors I'm getting
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)