aboutsummaryrefslogtreecommitdiff
path: root/spi_usart.h
diff options
context:
space:
mode:
Diffstat (limited to 'spi_usart.h')
-rw-r--r--spi_usart.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/spi_usart.h b/spi_usart.h
deleted file mode 100644
index f29ac5b..0000000
--- a/spi_usart.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#include <stdio.h>
-#include <avr/io.h>
-#include <avr/interrupt.h>
-#include <inttypes.h>
-
-#ifndef _IOE_SPI_USART_H_
-#define _IOE_SPI_USART_H_
-
-inline void ioe_spi_usart_init(void);
-inline int8_t ioe_spi_usart_transfer(int8_t);
-inline int ioe_spi_usart_bussy(void);
-inline void ioe_spi_usart_join(void);
-
-#endif /* _IOE_SPI_USART_H_ */