13 #ifndef COMMUNICATION_H_ 14 #define COMMUNICATION_H_ 25 CommProt_DebugUart = (1 << 0),
26 CommProt_SWO = (1 << 1),
28 CommProt_Disable = (1 << 2)
37 uint8_t COMMUNICATION_SendMessage(CommProtocol_t protocol,
const char *message);
38 uint8_t COMMUNICATION_SendChar(CommProtocol_t protocol,
char c);
39 uint8_t COMMUNICATION_Printf(CommProtocol_t protocol,
const char *format, ...);