From bdc57800990985b290cf6912de7c8d7862656543 Mon Sep 17 00:00:00 2001 From: lady ada Date: Wed, 17 Nov 2021 14:42:18 -0500 Subject: [PATCH] klnax --- Adafruit_I2CDevice.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Adafruit_I2CDevice.h b/Adafruit_I2CDevice.h index bdfb6bb..598b18d 100644 --- a/Adafruit_I2CDevice.h +++ b/Adafruit_I2CDevice.h @@ -8,7 +8,6 @@ class Adafruit_I2CDevice { public: Adafruit_I2CDevice(uint8_t addr, TwoWire *theWire = &Wire); - uint8_t address(void); bool begin(bool addr_detect = true); bool detected(void);