diff options
author | Karel Kočí <cynerd@email.cz> | 2015-03-22 14:05:39 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-03-22 14:05:39 +0100 |
commit | f5eafa85c5eba45d09b908a45671cd84e4aeb07d (patch) | |
tree | b66d08a26c6f8c8d24cc7cf535b08fda879fed31 | |
parent | a5bb06281011f4f0edd6f7b9331f149bd256d495 (diff) | |
download | avr-ioe-f5eafa85c5eba45d09b908a45671cd84e4aeb07d.tar.gz avr-ioe-f5eafa85c5eba45d09b908a45671cd84e4aeb07d.tar.bz2 avr-ioe-f5eafa85c5eba45d09b908a45671cd84e4aeb07d.zip |
Prepare for DHT22
-rw-r--r-- | dht22/files.mk | 0 | ||||
-rw-r--r-- | dht22/humidity.h | 0 | ||||
-rw-r--r-- | dht22/temperature.h | 0 | ||||
-rw-r--r-- | files.mk | 1 |
4 files changed, 1 insertions, 0 deletions
diff --git a/dht22/files.mk b/dht22/files.mk new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dht22/files.mk diff --git a/dht22/humidity.h b/dht22/humidity.h new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dht22/humidity.h diff --git a/dht22/temperature.h b/dht22/temperature.h new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/dht22/temperature.h @@ -2,6 +2,7 @@ ifndef IOE_PREFIX IOE_PREFIX = . endif +include dht22/files.mk IOE_SPI_SRC = $(IOE_PREFIX)/src/spi.c IOE_SPI_USI_SRC = $(IOE_PREFIX)/src/spi_usi.c IOE_SPI_USART_SRC = $(IOE_PREFIX)/src/spi_usart.c |