SPI_master_write_byte

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.bas

Usage

On entry:
data_out is the byte to be written to the SPI bus
On exit:
There is no return value