18#define SERIAL_READ_ONLY 1
19#define SERIAL_BYTE_PROTOCOL_ONLY 2
25#define SERIAL_VERBOSE 8
26#define SERIAL_VERY_VERBOSE 9
28#define SERIAL_CRLF "\r\n"
30#ifndef SERIAL_VERBOSITY
31#error "You have to specify SERIAL_VERBOSITY"
32#define SERIAL_VERBOSITY SERIAL_NONE
serial_enable_t
Definition: cs_SerialTypes.h:35
@ SERIAL_ENABLE_RX_ONLY
Definition: cs_SerialTypes.h:37
@ SERIAL_ENABLE_RX_AND_TX
Definition: cs_SerialTypes.h:38
@ SERIAL_ENABLE_NONE
Definition: cs_SerialTypes.h:36
void(* serial_read_callback)(uint8_t val)
Definition: cs_SerialTypes.h:41