From 3c67ba97955922e6047deae561ac7106bea14a91 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 22 Feb 2012 21:27:27 +0000 Subject: moved cmx589 sample code software directory git-svn-id: https://svn.spreadspace.org/mur.sat@248 7de4ea59-55d0-425e-a1af-a3118ea81d4c --- software/cmx589a_teensy_test/uart.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/cmx589a_teensy_test/uart.h (limited to 'software/cmx589a_teensy_test/uart.h') diff --git a/software/cmx589a_teensy_test/uart.h b/software/cmx589a_teensy_test/uart.h new file mode 100644 index 0000000..41136a3 --- /dev/null +++ b/software/cmx589a_teensy_test/uart.h @@ -0,0 +1,11 @@ +#ifndef _uart_included_h_ +#define _uart_included_h_ + +#include + +void uart_init(uint32_t baud); +void uart_putchar(uint8_t c); +uint8_t uart_getchar(void); +uint8_t uart_available(void); + +#endif -- cgit v1.2.3