diff options
-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 |