Skip to content

Commit cbe4af0

Browse files
authored
correct function docblock
variable name and description needed to be updated
1 parent 606fbb2 commit cbe4af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_PWMServoDriver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ void Adafruit_PWMServoDriver::setPin(uint8_t num, uint16_t val, bool invert) {
281281
/*!
282282
* @brief Sets the PWM output of one of the PCA9685 pins based on the input microseconds, output is not precise
283283
* @param num One of the PWM output pins, from 0 to 15
284-
* @param on At what point in the 4096-part cycle to turn the PWM output ON
284+
* @param Microseconds The number of Microseconds to turn the PWM output ON
285285
*/
286286
void Adafruit_PWMServoDriver::writeMicroseconds(uint8_t num, uint16_t Microseconds) {
287287
#ifdef ENABLE_DEBUG_OUTPUT

0 commit comments

Comments
 (0)