diff options
-rw-r--r-- | charLCD/charLCD.h | 0 | ||||
-rw-r--r-- | charLCD/files.mk | 0 | ||||
-rw-r--r-- | files.mk | 1 |
3 files changed, 1 insertions, 0 deletions
diff --git a/charLCD/charLCD.h b/charLCD/charLCD.h new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/charLCD/charLCD.h diff --git a/charLCD/files.mk b/charLCD/files.mk new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/charLCD/files.mk @@ -2,6 +2,7 @@ ifndef IOE_PREFIX IOE_PREFIX = . endif +include charLCD/files.mk include dht22/files.mk IOE_SPI_SRC = $(IOE_PREFIX)/src/spi.c IOE_SPI_USI_SRC = $(IOE_PREFIX)/src/spi_usi.c |