rpi4-osdev/part3/io.h
Adam Greenwood-Byrne ff4a2907b7 Initial commit
2020-07-12 10:08:51 +01:00

2 lines
53 B
C

void uart_init();
void uart_writeText(char *buffer);