Rainbowduino.cpp library errors. cannot get rainbowduino to upload a sketch


first post on forum forgive lack of knowledge.

i purchased seeedstudio rainbowduino v3.0 atmega 328 , 4x4x4 rgb led cube kit.  have lot of experience soldering kits , assembled cube beautifully.   i have arduino uno , admittedly beginner arduino, , have basic understanding of doing it.  able run through uno tutorials , stuff components in breadboard , upload code uno no problem.  there fine.

the problem rainbowduino.  there not lot of info on internet board.  if can load library can experiment example sketches , play cube.  installed rainbowduino library today , set board duemilanove w/atmega 328, set com port , wanted run simple demo sketch on cube , when try verify sketch this...



c:\users\align design\documents\arduino\libraries\rainbowduino\rainbowduino.cpp:15:24: error: wconstants.h: no such file or directory
c:\users\align design\documents\arduino\libraries\rainbowduino\rainbowduino.cpp:19: error: definition of implicitly-declared 'rainbowduino::rainbowduino()'
c:\users\align design\documents\arduino\libraries\rainbowduino\rainbowduino.cpp:30: error: no 'void rainbowduino::reset()' member function declared in class 'rainbowduino'
c:\users\align design\documents\arduino\libraries\rainbowduino\rainbowduino.cpp:38: error: 'byte' not name type
c:\users\align design\documents\arduino\libraries\rainbowduino\rainbowduino.cpp:42: error: variable or field 'set_current_frame_nr' declared void
c:\users\align design\documents\arduino\libraries\rainbowduino\rainbowduino.cpp:42: error: 'byte' not declared in scope
c:\users\align design\documents\arduino\libraries\rainbowduino\rainbowduino.cpp:46: error: 'byte' not name type
c:\users\align design\documents\arduino\libraries\rainbowduino\rainbowduino.cpp:50: error: no 'void rainbowduino::next_frame()' member function declared in class 'rainbowduino'
c:\users\align design\documents\arduino\libraries\rainbowduino\rainbowduino.cpp:56: error: variable or field 'set_frame' declared void
c:\users\align design\documents\arduino\libraries\rainbowduino\rainbowduino.cpp:56: error: 'byte' not declared in scope
c:\users\align design\documents\arduino\libraries\rainbowduino\rainbowduino.cpp:56: error: 'byte' not declared in scope
c:\users\align design\documents\arduino\libraries\rainbowduino\rainbowduino.cpp:56: error: 'data' not declared in scope

it seems there issues in .cpp file in library, have no idea how fix issue. have no way of opening cpp file try correct problem , have $80 paperweight.  can please walk me through issue , let me know doing wrong or perhaps provide working library examples?  best answer questions , sorry if haven't provided enough information in first post...i pretty new arduino world.

thanks!

quote
i have no way of opening cpp file try correct problem
if on windows, open ide , drag cpp file editor window , can edit on second tab.  use notepad++ edit cpp files can in ide.

as problems, caused library being old.


Arduino Forum > Using Arduino > Programming Questions > Rainbowduino.cpp library errors. cannot get rainbowduino to upload a sketch


arduino

Comments

Popular posts from this blog

invalid use of void expresion in FlexiTimer2 library

error: a function-definition is not allowed here before '{' token

LED Strip Code