rpi4-osdev/part3-helloworld/io.h
2020-07-12 15:34:23 +01:00

2 lines
53 B
C

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