Go to the documentation of this file.
46 #define UART1_BAUD2UBR(baud) ((MSP430_CPU_SPEED)/(baud))
48 void uart1_set_input(
int (*input)(
unsigned char c));
49 void uart1_writeb(
unsigned char c);
50 void uart1_init(
unsigned long ubr);
51 uint8_t uart1_active(
void);