-
Notifications
You must be signed in to change notification settings - Fork 0
UART Enumerations
Ryan Summers edited this page Sep 6, 2015
·
1 revision
This wiki page contains information about the enumerations used within the UART configuration structures and functions. Please refer to the list below to be redirected to the appropriate documentation
Definition
typedef enum {
UART_CH_1,
UART_CH_2
} UART_Channel;
The UART_Channel
enumeration is simply used to specify which UART channel should be modified or configured.
SUBLIBinal was created by the Palouse Robosub Club.