WAV SHIELD error

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
slurry bowl
 
Posts: 156
Joined: Sun Nov 11, 2012 6:37 pm

WAV SHIELD error

Post by slurry bowl »

I properly built and formatted my SD card, I uploaded a wav file with the appropriate specs to my SD card.

I am using a 328 Duemilanove and everything seems right.

When I try to upload the code to the board it says:

'SdReader' does not name a type in orange warning highlight.

I believe my HC library is in the right place.

Any help appreciated.

User avatar
adafruit_support_bill
 
Posts: 88136
Joined: Sat Feb 07, 2009 10:11 am

Re: WAV SHIELD error

Post by adafruit_support_bill »

'SdReader' does not name a type
That is almost certainly a library issue. The compiler didn't find what it needed in the location expected. The WaveHC library package includes some things in addition to the library itself. If you install the whole thing, the library will be nested one level too deep. You have to take the library folder out of the zip package and install that in your sketchbook Libraries folder.

User avatar
slurry bowl
 
Posts: 156
Joined: Sun Nov 11, 2012 6:37 pm

Re: WAV SHIELD error

Post by slurry bowl »

thanks that was it

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”