-
Notifications
You must be signed in to change notification settings - Fork 0
Analog Comparator Enumerations
Ryan Summers edited this page Dec 31, 2015
·
1 revision
This page contains information about the comparator enumerations used within SUBLIBinal. Please select the enumeration from the list below to be redirected to the appropriate documentation.
Definition
typedef enum {
COMP_CH_1,
COMP_CH_2,
COMP_CH_3
} Comparator_Channel;
This enumeration is used to specify which comparator channel the user wishes to configure for use. All three comparator channels may be in use simultaneously, but they will all be forced to use the same voltage reference.
SUBLIBinal was created by the Palouse Robosub Club.