Is it possible to use the SPI Library for more than 8 bit ICs? I sawin the SPI library (here is the content of the library http://arduino.cc/forum/index.php/topic,115856.0.html) that tha author used datatype the uint8_t also known as the type byte. If I replace uint8_t thru uint16_t. Does it make any sense. Would the SPI library work fine with a 16bit IC?