Skip to content

Commit c057d9d

Browse files
committed
doxygen fixes
1 parent 297d249 commit c057d9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Adafruit_PWMServoDriver.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ Adafruit_PWMServoDriver::Adafruit_PWMServoDriver(TwoWire *i2c, uint8_t addr) {
4444

4545
/*!
4646
* @brief Setups the I2C interface and hardware
47+
* @param prescale
48+
* Sets External Clock (Optional)
49+
*
4750
*/
4851
void Adafruit_PWMServoDriver::begin(uint8_t prescale) {
4952
_i2c->begin();
5053
reset();
51-
// set a default frequency
5254
if (prescale) {
5355
setExtClk(prescale);
5456
} else {

0 commit comments

Comments
 (0)