-
Notifications
You must be signed in to change notification settings - Fork 0
Packetizer Enumerations
Ryan Summers edited this page Sep 7, 2015
·
1 revision
This page contains information about the enumerations used within the packetizer peripheral library within SUBLIBinal. Please refer to the list below to be redirected to the appropriate documentation.
Definition
typedef enum {
PACKET_UART_CH_1,
PACKET_UART_CH_2
} Data_Channel;
This enumeration is used to specify which channel the packetizer will be initialized for. Currently, the packetizer is only supported for use with the UART. There are future plans to implement the packetizer for I2C and SPI.
SUBLIBinal was created by the Palouse Robosub Club.