From 6664647efb75075f967680b82944710e15ec9ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 22 Mar 2015 14:06:02 +0100 Subject: Prepare for charLCD --- charLCD/charLCD.h | 0 charLCD/files.mk | 0 files.mk | 1 + 3 files changed, 1 insertion(+) create mode 100644 charLCD/charLCD.h create mode 100644 charLCD/files.mk diff --git a/charLCD/charLCD.h b/charLCD/charLCD.h new file mode 100644 index 0000000..e69de29 diff --git a/charLCD/files.mk b/charLCD/files.mk new file mode 100644 index 0000000..e69de29 diff --git a/files.mk b/files.mk index 3622c8b..26f4a55 100644 --- a/files.mk +++ b/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 -- cgit v1.2.3