TinyFanControl-Firmware/src/uart.h

12 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