Missing include file 'Adafruit_SPIDevice.h' for MusicMaker

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
DrAudio
 
Posts: 5
Joined: Mon May 08, 2023 11:50 pm

Missing include file 'Adafruit_SPIDevice.h' for MusicMaker

Post by DrAudio »

I'm trying to compile some of the example sketches, and I keep getting an include error "File 'Adafruit_SPIDevice.h' has moved or does not exist."
I have done a complete search of my hard drives and this website, and no results. Help!

User avatar
adafruit_support_carter
 
Posts: 29056
Joined: Tue Nov 29, 2016 2:45 pm

Re: Missing include file 'Adafruit_SPIDevice.h' for MusicMaker

Post by adafruit_support_carter »

Make sure the BusIO library is installed:
https://github.com/adafruit/Adafruit_BusIO

It's best to do this via the Arduino Library Manager.

User avatar
DrAudio
 
Posts: 5
Joined: Mon May 08, 2023 11:50 pm

Re: Missing include file 'Adafruit_SPIDevice.h' for MusicMaker

Post by DrAudio »

Great, thanks! All compiled!
Another question... is there a pick-off point of the analog audio before the output mini jack? Need to input audio into an analog input of the Arduino. (I have the non-amplifier version)

User avatar
adafruit_support_carter
 
Posts: 29056
Joined: Tue Nov 29, 2016 2:45 pm

Re: Missing include file 'Adafruit_SPIDevice.h' for MusicMaker

Post by adafruit_support_carter »

Can you link to the specific product being used. There are a couple of "muscimaker" items.

User avatar
DrAudio
 
Posts: 5
Joined: Mon May 08, 2023 11:50 pm

Re: Missing include file 'Adafruit_SPIDevice.h' for MusicMaker

Post by DrAudio »

I purchased product ID 1790.

User avatar
adafruit_support_carter
 
Posts: 29056
Joined: Tue Nov 29, 2016 2:45 pm

Re: Missing include file 'Adafruit_SPIDevice.h' for MusicMaker

Post by adafruit_support_carter »

Not seeing any pick off points. For reference, the schematic is available here:
https://learn.adafruit.com/adafruit-mus ... /downloads
as well as the PCB files. This guide covers how to use the PCB files:
https://learn.adafruit.com/accessing-an ... s/overview
Can use those to see if there is maybe some place to bodge onto.

However, easiest is to just use the phono jack and make something that plugs in there and breaks out the connections. Could make a little custom cable soldering up one of these:
https://www.adafruit.com/product/1800
or something like this without soldering:
https://www.adafruit.com/product/2790
etc.

User avatar
DrAudio
 
Posts: 5
Joined: Mon May 08, 2023 11:50 pm

Re: Missing include file 'Adafruit_SPIDevice.h' for MusicMaker

Post by DrAudio »

I know I could just tap off the output jack... I was just hoping for something a little more tidy.
I'll check the schematics, thanks!

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

Return to “Arduino Shields from Adafruit”