SPI Enumerations - PalouseRobosub/SUBLIBinal GitHub Wiki
SPI Enumerations
This page describes the enumerations that are used within the SPI peripheral library within SUBLIBinal. Please select the appropriate enumeration from the list below to be redirected to documentation.
Enumerations
SPI_Channel
Definition
typedef enum {
SPI_CH_1,
SPI_CH_2
} SPI_Channel;
The SPI_Channel
enumeration is used to specify which SPI channel should be used.