fasthwspi2transfer - GreatCowBASIC/Help GitHub Wiki
Syntax:
FastHWSPI2Transfer tx
Command Availability:
Available on Microchip PIC microcontrollers with Hardware SPI modules.
Explanation:
This command only sends a byte of data using the SPI protocol. This command only supports master mode.
As a master, FastHWSPI2Transfer will initiate a transfer. The data in
tx will be sent to the slave.
See also SPITransfer,SPIMode