From 57e9d1a5c00dc7dc5cf3149c35a8004b5f7aab7f Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Thu, 1 May 2025 11:05:40 +0800 Subject: Measure vcc. --- batchk/uart.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 batchk/uart.h (limited to 'batchk/uart.h') diff --git a/batchk/uart.h b/batchk/uart.h new file mode 100644 index 0000000..a88a3c6 --- /dev/null +++ b/batchk/uart.h @@ -0,0 +1,8 @@ +#ifndef UART_H +#define UART_H + +void uart_init(void); +void uart_write(const char *s); +void uart_write_line(const char *s); + +#endif /* UART_H */ -- cgit v1.2.3