Description
Write a byte to the SPI bus as the bus master.NOTE: the SPI bus must have been previously aquired by this processor and the processor must be the bus master for this operation to succead.
Definition
ubyte SPI_master_write_byte(ubyte data_out)Library
LIB/spi_bb_lib.basUsage
On entry:data_out is the byte to be written to the SPI busOn exit:There is no return value