SPI interface with other board_AVR_ESK1100 or among Arduino itself

The Arduino has an 8-bit SPI peripheral and therefore only transmits 8 bits at a time.

However you can just transmit two bytes in a row, the end result is the same.


Rob