Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Arduino kaleidoscope {HELP NEEDED}

Status
Not open for further replies.

Chinmay Anand

Newbie level 1
Joined
Jan 28, 2015
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
4
hello guys,

i need your help i am trying to make this project but i am getting tons of error when i compile the given code on website. i also included the library
please help me to solve the error. i dont know what error is trying to say me.

https://arduino-cool.blogspot.in/2014/06/kaleidoscope-with-arduino-and-rgb-led.html


Arduino: 1.6.5 (Windows 8.1), Board: "Arduino Nano, ATmega328"

Using library Adafruit NeoPixel in folder: C:\Program Files (x86)\Arduino\libraries\Adafruit_NeoPixel-master



C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-g++ -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=10605 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -IC:\Program Files (x86)\Arduino\hardware\arduino\avr\cores\arduino -IC:\Program Files (x86)\Arduino\hardware\arduino\avr\variants\eightanaloginputs -IC:\Program Files (x86)\Arduino\libraries\Adafruit_NeoPixel-master C:\Users\chinmay\AppData\Local\Temp\build7997323262829074639.tmp\Caleidoscopio.cpp -o C:\Users\chinmay\AppData\Local\Temp\build7997323262829074639.tmp\Caleidoscopio.cpp.o

Caleidoscopio.ino: In function 'void setPixel(byte, byte, uint32_t)':
Caleidoscopio.ino:17:7: error: 'strip' was not declared in this scope
Caleidoscopio.ino: In function 'void rotar4()':
Caleidoscopio.ino:67:16: error: 'strip' was not declared in this scope
Caleidoscopio.ino: In function 'void avanzar4()':
Caleidoscopio.ino:76:27: error: 'strip' was not declared in this scope
Caleidoscopio.ino: In function 'void rotar3()':
Caleidoscopio.ino:85:16: error: 'strip' was not declared in this scope
Caleidoscopio.ino: In function 'void avanzar3()':
Caleidoscopio.ino:94:27: error: 'strip' was not declared in this scope
Caleidoscopio.ino: In function 'void clear()':
Caleidoscopio.ino:102:5: error: 'strip' was not declared in this scope
Caleidoscopio.ino: In function 'void setup()':
Caleidoscopio.ino:111:3: error: 'strip' was not declared in this scope
Caleidoscopio.ino: In function 'void loop()':
Caleidoscopio.ino:123:3: error: 'strip' was not declared in this scope
Caleidoscopio.ino: In function 'uint32_t CicloColor(byte)':
Caleidoscopio.ino:145:11: error: 'strip' was not declared in this scope
Caleidoscopio.ino:148:11: error: 'strip' was not declared in this scope
Caleidoscopio.ino:151:11: error: 'strip' was not declared in this scope
'strip' was not declared in this scope


Getting this error how can i solve this ??
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top