klnax
This commit is contained in:
parent
9a525b2ba3
commit
bdc5780099
|
|
@ -8,7 +8,6 @@
|
||||||
class Adafruit_I2CDevice {
|
class Adafruit_I2CDevice {
|
||||||
public:
|
public:
|
||||||
Adafruit_I2CDevice(uint8_t addr, TwoWire *theWire = &Wire);
|
Adafruit_I2CDevice(uint8_t addr, TwoWire *theWire = &Wire);
|
||||||
|
|
||||||
uint8_t address(void);
|
uint8_t address(void);
|
||||||
bool begin(bool addr_detect = true);
|
bool begin(bool addr_detect = true);
|
||||||
bool detected(void);
|
bool detected(void);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue