diff --git a/lcdpcf8574/lcdpcf8574.c b/lcdpcf8574.c similarity index 96% rename from lcdpcf8574/lcdpcf8574.c rename to lcdpcf8574.c index 5b3ecc9..70073c1 100644 --- a/lcdpcf8574/lcdpcf8574.c +++ b/lcdpcf8574.c @@ -11,8 +11,7 @@ Please refer to LICENSE file for licensing information. #include #include -#include "../pcf8574/pcf8574.h" - +#include "pcf8574.h" #include "lcdpcf8574.h" #define lcd_e_delay() __asm__ __volatile__( "rjmp 1f\n 1:" ); diff --git a/lcdpcf8574/lcdpcf8574.h b/lcdpcf8574.h similarity index 100% rename from lcdpcf8574/lcdpcf8574.h rename to lcdpcf8574.h diff --git a/pcf8574/pcf8574.c b/pcf8574.c similarity index 100% rename from pcf8574/pcf8574.c rename to pcf8574.c diff --git a/pcf8574/pcf8574.h b/pcf8574.h similarity index 89% rename from pcf8574/pcf8574.h rename to pcf8574.h index 7e26a89..6b47478 100644 --- a/pcf8574/pcf8574.h +++ b/pcf8574.h @@ -19,7 +19,7 @@ Please refer to LICENSE file for licensing information. #define PCF8574_MAXPINS 8 //max pin per device //settings -#define PCF8574_I2CFLEURYPATH "../i2chw/i2cmaster.h" //define the path to i2c fleury lib +#define PCF8574_I2CFLEURYPATH "i2cmaster.h" //define the path to i2c fleury lib //pin status volatile uint8_t pcf8574_pinstatus[PCF8574_MAXDEVICES];