forked from ROMEO/obsw
z7 uart0 buffered read
This commit is contained in:
4
bsp_z7/hardware/uart.h
Normal file
4
bsp_z7/hardware/uart.h
Normal file
@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
void uart0_enable_receiver();
|
||||
int uart0_read(char *ptr, int len);
|
Reference in New Issue
Block a user