aboutsummaryrefslogtreecommitdiff
path: root/nrf24l01p/nrf.h
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-02 11:31:18 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-02 11:31:18 +0200
commit028c7f8c571ea2d9ad1910b196a8788d06dcc203 (patch)
tree14c7724828b920d6a688b9e3f1de4a41d3510d7c /nrf24l01p/nrf.h
parent546260b09ed7c424362ca8f6d164d4946ba4c6a4 (diff)
downloadavr-ioe-028c7f8c571ea2d9ad1910b196a8788d06dcc203.tar.gz
avr-ioe-028c7f8c571ea2d9ad1910b196a8788d06dcc203.tar.bz2
avr-ioe-028c7f8c571ea2d9ad1910b196a8788d06dcc203.zip
Move external devices to separated repositopries
Diffstat (limited to 'nrf24l01p/nrf.h')
-rw-r--r--nrf24l01p/nrf.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/nrf24l01p/nrf.h b/nrf24l01p/nrf.h
deleted file mode 100644
index 9dcf572..0000000
--- a/nrf24l01p/nrf.h
+++ /dev/null
@@ -1,24 +0,0 @@
-#include <inttypes.h>
-
-#include "config.h"
-
-#if (defined IOE_NRF_SPI)
-#include "../spi.h"
-#elif (defined IOE_NRF_USI)
-#include "../spi_usi.h"
-#elif (defined IOE_NRF_USART)
-#include "../spi_usart.h"
-#endif
-
-#ifndef _IOE_NRF_H_
-#define _IOE_NRF_H_
-
-void ioe_nrf_init(void);
-
-void ioe_nrf_set_address();
-int ioe_nrf_ready(void);
-void ioe_nrf_joint(void);
-void ioe_nrf_transmit(int8_t);
-int8_t ioe_nrf_retrieve(void);
-
-#endif /* _IOE_NRF_H_ */