Skip to content

Commit e6181f4

Browse files
committed
fix dox. thanks ci.
1 parent f643744 commit e6181f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Adafruit_PWMServoDriver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Adafruit_PWMServoDriver::Adafruit_PWMServoDriver(const uint8_t addr,
6161
* @brief Setups the I2C interface and hardware
6262
* @param prescale
6363
* Sets External Clock (Optional)
64+
* @return true if successful, otherwise false
6465
*/
6566
bool Adafruit_PWMServoDriver::begin(uint8_t prescale) {
6667
if (i2c_dev)

0 commit comments

Comments
 (0)