Skip to content

Commit

Permalink
fix dox. thanks ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
caternuson committed Sep 6, 2022
1 parent f643744 commit e6181f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Adafruit_PWMServoDriver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Adafruit_PWMServoDriver::Adafruit_PWMServoDriver(const uint8_t addr,
* @brief Setups the I2C interface and hardware
* @param prescale
* Sets External Clock (Optional)
* @return true if successful, otherwise false
*/
bool Adafruit_PWMServoDriver::begin(uint8_t prescale) {
if (i2c_dev)
Expand Down

0 comments on commit e6181f4

Please sign in to comment.