SPi Enumerations - PalouseRobosub/SUBLIBinal GitHub Wiki
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.
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.