From c865dc12a5ccfdd97340717899397d3e206b4ff2 Mon Sep 17 00:00:00 2001 From: lady ada Date: Thu, 14 May 2020 17:08:33 -0400 Subject: [PATCH] doxy --- Adafruit_I2CDevice.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Adafruit_I2CDevice.cpp b/Adafruit_I2CDevice.cpp index d0cc2b3..eea3187 100644 --- a/Adafruit_I2CDevice.cpp +++ b/Adafruit_I2CDevice.cpp @@ -219,6 +219,7 @@ uint8_t Adafruit_I2CDevice::address(void) { return _addr; } /*! * @brief Change the I2C clock speed to desired (relies on * underlying Wire support! + * @param desiredclk The desired I2C SCL frequency * @return True if this platform supports changing I2C speed. * Not necessarily that the speed was achieved! */