Config UART with N81 settings; no receive, break character function and interrupt disabled
This commit is contained in:
9
inc/uart_configuration.h
Normal file
9
inc/uart_configuration.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _UART_CONFIGURATION_
|
||||
#define _UART_CONFIGURATION_
|
||||
|
||||
#include "stdint.h"
|
||||
|
||||
void uart_init();
|
||||
void uart_transmit(uint8_t data);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user