This commit is contained in:
Олег Бородин
2024-08-21 12:30:07 +02:00
parent 2ccb2b6da2
commit c8f1609cf0
14 changed files with 86 additions and 303 deletions

3
uart.h
View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017 Oleg Borodin <onborodin@gmail.com>
* Copyright 2017-2024 Oleg Borodin <onborodin@gmail.com>
*
*/
#ifndef UART_H_QWERTY
@@ -13,6 +13,7 @@ extern FILE uart_stream;
void uartio_init(void);
void uart_init(void);
void uart_handle(void);
int uart_putchar(char c, FILE * stream);
int uart_getchar(FILE * stream);