SPI
Transfers one byte over the SPI bus, both sending and receiving.
SPI.transfer(val)
val: the byte to send out over the bus
the byte read from the bus
Reference Home