From a6859f7a4e07bc5fd45733abaad3c3d41b672def Mon Sep 17 00:00:00 2001 From: Renzo Mischianti Date: Mon, 26 Oct 2020 23:15:13 +0100 Subject: [PATCH] Minor fix DEFAULT_SDA --- PCF8574.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PCF8574.h b/PCF8574.h index 6b095bb..76c0546 100644 --- a/PCF8574.h +++ b/PCF8574.h @@ -43,6 +43,9 @@ #include "WProgram.h" #endif +#define DEFAULT_SDA SDA; +#define DEFAULT_SCL SCL; + // Uncomment to enable printing out nice debug messages. // #define PCF8574_DEBUG