From 2df2697107d7873232c31a25a6947711b0903edb Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 27 Jul 2015 15:12:22 +0200 Subject: latest running version from march 2011, not having been in repo before, dcf77 working, mp3 playback and two display types are supported --- src/inc/uart/uart.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 src/inc/uart/uart.h (limited to 'src/inc/uart/uart.h') diff --git a/src/inc/uart/uart.h b/src/inc/uart/uart.h new file mode 100755 index 0000000..6e24df5 --- /dev/null +++ b/src/inc/uart/uart.h @@ -0,0 +1,17 @@ +#ifndef UART_H +#define UART_H + #include + #include + + /// #define STRING_SIZE 32 + /// typedef struct + /// { + /// char data[STRING_SIZE]; + /// int8_t size; + /// } string; + /// volatile string uart_string; + + void uart_init(); + void uart_putc(char c); + +#endif -- cgit v1.2.3