change paths
This commit is contained in:
@@ -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:" );
|
||||||
@@ -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];
|
||||||
Reference in New Issue
Block a user