TinyFanControl-Firmware/src/uart.h
2023-09-23 17:34:32 +02:00

11 lines
178 B
C

#ifndef UART_H
#define UART_H
void uart_init(void);
void uart_enqueue(const char *str);
void uart_deepsleep_prepare(void);
void uart_deepsleep_resume(void);
#endif // UART_H