clanged
This commit is contained in:
parent
db793416f1
commit
418faaa197
|
|
@ -217,7 +217,7 @@ bool Adafruit_I2CDevice::write_then_read(uint8_t *write_buffer,
|
||||||
uint8_t Adafruit_I2CDevice::address(void) { return _addr; }
|
uint8_t Adafruit_I2CDevice::address(void) { return _addr; }
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* @brief Change the I2C clock speed to desired (relies on
|
* @brief Change the I2C clock speed to desired (relies on
|
||||||
* underlying Wire support!
|
* underlying Wire support!
|
||||||
* @return True if this platform supports changing I2C speed.
|
* @return True if this platform supports changing I2C speed.
|
||||||
* Not necessarily that the speed was achieved!
|
* Not necessarily that the speed was achieved!
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue