diff options
| author | Karel Kočí <cynerd@email.cz> | 2015-03-22 14:06:02 +0100 | 
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2015-03-22 14:06:02 +0100 | 
| commit | 6664647efb75075f967680b82944710e15ec9ce9 (patch) | |
| tree | d7cd631b0b38f312fedc23565dd183d68ed66e1f | |
| parent | f5eafa85c5eba45d09b908a45671cd84e4aeb07d (diff) | |
| download | avr-ioe-6664647efb75075f967680b82944710e15ec9ce9.tar.gz avr-ioe-6664647efb75075f967680b82944710e15ec9ce9.tar.bz2 avr-ioe-6664647efb75075f967680b82944710e15ec9ce9.zip | |
Prepare for charLCD
| -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 | 
