fix doxygen

This commit is contained in:
hathach 2021-11-24 18:05:49 +07:00
parent 6804a451b3
commit 5d6fa8dfaf
1 changed files with 3 additions and 0 deletions

View File

@ -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()