brianc118/MPU9250

SPI pin

Closed this issue · 0 comments

The code is compiled successfully. But the receiving data are incorrect because of the wrong wiring connectivity. Can you please help us to identify which pins are assign for SPI protocol in the sensor. The data sheet have been described that the pins are in 10 to 13, but the its not described which pins are relevant to MISO, MOSI, SCK and SS. And also can you please define the INT_PIN and LED . The SPI library in arduino has mentioned that the SS_pin is asign to pin number 53.

#define SS_PIN 10
#define INT_PIN 3
#define LED 13