untill now i have been into very basic arduino. such as start/ stop different machines.. and it has worked very well to just copy paste code and edit it a bit..
i am not skilled in programming and since i got the wave shild i have been in problems because the code examples are so complicated to understand.
does someone have a very besic code that could play a soundfile from the wave shield and start a motor in the same time( the motor i control from a relayboard )
after trying again it doesn´t complain for the library.. i changed it to #include <WaveHC.h>
now it complains this
wave_test.ino: In function 'void setup()':
wave_test:5: error: 'waveshield' was not declared in this scope
wave_test.ino: In function 'void loop()':
wave_test:10: error: 'waveshield' was not declared in this scope
'waveshield' was not declared in this scope