From f5eafa85c5eba45d09b908a45671cd84e4aeb07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 22 Mar 2015 14:05:39 +0100 Subject: Prepare for DHT22 --- dht22/files.mk | 0 dht22/humidity.h | 0 dht22/temperature.h | 0 files.mk | 1 + 4 files changed, 1 insertion(+) create mode 100644 dht22/files.mk create mode 100644 dht22/humidity.h create mode 100644 dht22/temperature.h diff --git a/dht22/files.mk b/dht22/files.mk new file mode 100644 index 0000000..e69de29 diff --git a/dht22/humidity.h b/dht22/humidity.h new file mode 100644 index 0000000..e69de29 diff --git a/dht22/temperature.h b/dht22/temperature.h new file mode 100644 index 0000000..e69de29 diff --git a/files.mk b/files.mk index ef1feaa..3622c8b 100644 --- a/files.mk +++ b/files.mk @@ -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 -- cgit v1.2.3