![]() |
Contiki-NG
|
eUSCI_A0 UART driver for MSP430FR5969 More...
#include "contiki.h"#include "dev/uart0.h"#include "sys/energest.h"#include "isr_compat.h"#include <msp430.h>Go to the source code of this file.
Functions | |
| void | uart0_init (unsigned long ubr) |
| Initalize the RS232 port. | |
eUSCI_A0 UART driver for MSP430FR5969
Uses eUSCI_A0 module with P2.0 (TXD) and P2.1 (RXD) for backchannel UART communication.
Definition in file uart0.c.