Trying to connect a MMA7455 using its SPI interface, but I can't get anything on the data out (D0) line of the sensor. I tried both using the SPI.h library and directly sending high and low signals to the sensor to write address registers. Googling the issue seems to indicate many problems for SPI communication with this sensor, but I couldn't find a straightforward solution.
The sensor does work on I2C, but my project is already set up for SPI, so I was hoping to be able to use that. Has there been any success in getting the MMA7455 to work with SPI?