rpi4-osdev/part3-helloworld/io.h

3 lines
53 B
C
Raw Permalink Normal View History

2020-07-12 09:08:51 +00:00
void uart_init();
void uart_writeText(char *buffer);