This commit is contained in:
lady ada
2021-11-17 14:42:18 -05:00
parent 9a525b2ba3
commit bdc5780099
-1
View File
@@ -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);