Moving Wave Shield pin 10

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
wesg
 
Posts: 118
Joined: Thu Mar 18, 2010 10:00 pm

Moving Wave Shield pin 10

Post by wesg »

Just assembled a Wave Shield kit for my Uno and I'd like to change pin 10 (I soldered female headers in the 10-13 pin section for my project in my eagerness). Searching the forum I've learned that WavePinDef.h has pin assignments but I don't see anywhere for pin 10. I'd like to clean up the wires and use pins 2-6 for the shield so the analog pins can read buttons. Where is the assignment for pin 10 (marked CCS in the tutorial)?

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: Moving Wave Shield pin 10

Post by adafruit_support_mike »

Pin 10 is defined as SS in the file hardware/arduino/variants/standard/pins_arduino.h, and used under the name SS in the SPI library.

Unfortunately, the SPI and WaveHC libraries weren't designed to make it easy to redefine that pin for a single project.

User avatar
wesg
 
Posts: 118
Joined: Thu Mar 18, 2010 10:00 pm

Re: Moving Wave Shield pin 10

Post by wesg »

OK thanks for the info, Mike. I think I'll try to clear the solder for pin 10 and reduce the number of changes required.

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

Return to “Arduino Shields from Adafruit”