SPI library lacks defaults info.

I suggest that information on the defaults for setDataMode and setBitOrder, etc be added to the library manual for the SPI library.
Mads

Usually the lack of information on the default of a value means: don't count on it and set it explicitly. In the case of the SPI library I would strongly suggest to always set these two value even when the current default is the value you need.

Whatever the defaults are, they work great for MAX7219, MAX7221, 74HC595, and TPIC6B595.
The most I've ever done was slow down the clock some for a Microchip ADC or DAC, I forget which one.