From bab75a6068ab0a64fe22395ad11efafccbf0d842 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 11 Oct 2015 13:06:28 +0200 Subject: Implement SPI and remove files --- spi_usart.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 spi_usart.h (limited to 'spi_usart.h') 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 -#include -#include -#include - -#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_ */ -- cgit v1.2.3