change paths

This commit is contained in:
2021-04-29 02:17:31 +02:00
parent f7ec99c944
commit fce2b8b26b
4 changed files with 2 additions and 3 deletions

View File

@@ -11,8 +11,7 @@ Please refer to LICENSE file for licensing information.
#include <avr/io.h> #include <avr/io.h>
#include <avr/pgmspace.h> #include <avr/pgmspace.h>
#include "../pcf8574/pcf8574.h" #include "pcf8574.h"
#include "lcdpcf8574.h" #include "lcdpcf8574.h"
#define lcd_e_delay() __asm__ __volatile__( "rjmp 1f\n 1:" ); #define lcd_e_delay() __asm__ __volatile__( "rjmp 1f\n 1:" );

View File

@@ -19,7 +19,7 @@ Please refer to LICENSE file for licensing information.
#define PCF8574_MAXPINS 8 //max pin per device #define PCF8574_MAXPINS 8 //max pin per device
//settings //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 //pin status
volatile uint8_t pcf8574_pinstatus[PCF8574_MAXDEVICES]; volatile uint8_t pcf8574_pinstatus[PCF8574_MAXDEVICES];