Skip to content

Commit f8545f2

Browse files
committed
doxygen fix
1 parent 45798e1 commit f8545f2

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
@@ -161,6 +161,7 @@ void Adafruit_PWMServoDriver::setPWMFreq(float freq) {
161161
/*!
162162
* @brief Gets the PWM output of one of the PCA9685 pins
163163
* @param num One of the PWM output pins, from 0 to 15
164+
* @return requested PWM output value
164165
*/
165166
uint8_t Adafruit_PWMServoDriver::getPWM(uint8_t num) {
166167
_i2c->requestFrom((uint8_t)_i2caddr, LED0_ON_L + 4 * num, (uint8_t)4);

0 commit comments

Comments
 (0)