fix doxygen
This commit is contained in:
parent
6804a451b3
commit
5d6fa8dfaf
|
|
@ -35,6 +35,9 @@ bool Adafruit_I2CDevice::begin(bool addr_detect) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* @brief De-initialize device, turn off the Wire interface
|
||||||
|
*/
|
||||||
void Adafruit_I2CDevice::end(void) {
|
void Adafruit_I2CDevice::end(void) {
|
||||||
#ifndef ESP8266
|
#ifndef ESP8266
|
||||||
// ESP8266 does not implement Wire::end()
|
// ESP8266 does not implement Wire::end()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue