Question #658
Submitted by Answiki
on 10/13/2021 at 01:21:17 PM UTC
How to wire the SPI bus on Gameduino shield and Arduino Mega 2560 (or ADK)?
Answer
Submitted by Answiki
on 10/13/2021 at 01:22:47 PM UTC
Using the Gameduino shield with the Arduino Mega 2560 (or ADK) needs an additional wiring : the SPI bus must be wired to pins 11,12 and 13:
- pin 51 (MOSI) is connected to pin 11,
- pin 50 (MISO) is connected to pin 12,
- pin 52 (SCK) is connected to pin 13.