Added UART-USB project; has been in development for past few days; currently cannot resolve compilation issues
This commit is contained in:
16
Telem_Debug/Debug_UART-USB/usci_init.h
Normal file
16
Telem_Debug/Debug_UART-USB/usci_init.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* USCI Initialization
|
||||
*/
|
||||
|
||||
#ifndef USCI_INIT_H_
|
||||
#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);
|
||||
|
||||
#endif /* USCI_INIT_H_ */
|
||||
Reference in New Issue
Block a user