Implement USART with bot RX and TX interrupts
This commit is contained in:
8
src/bus/usart.h
Normal file
8
src/bus/usart.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef MAD_CORE_BUS_USART_H
|
||||
#define MAD_CORE_BUS_USART_H
|
||||
|
||||
int USART_Init(void);
|
||||
void USART_Putc(char ch);
|
||||
char USART_Getc(void);
|
||||
|
||||
#endif // MAD_CORE_BUS_USART_H
|
||||
Reference in New Issue
Block a user