-
Notifications
You must be signed in to change notification settings - Fork 0
SPI Enumerations
Ryan Summers edited this page Sep 7, 2015
·
1 revision
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.
SUBLIBinal was created by the Palouse Robosub Club.