Converting code to not use DriverLib and manually setting each register bit
This commit is contained in:
@@ -6,10 +6,6 @@
|
||||
#define USCI_INIT_H_
|
||||
|
||||
#include <msp430x54xa.h>
|
||||
#include "usci_a_uart.h"
|
||||
|
||||
bool USCI_A_UART_init(uint16_t baseAddress, USCI_A_UART_initParam *param);
|
||||
void USCI_A_UART_enable(uint16_t baseAddress);
|
||||
|
||||
void usci_init(void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user