From a66326dd0a4fd76c3de4e3d3805768665b79c0c8 Mon Sep 17 00:00:00 2001 From: Daniel Duller <46626392+dadul96@users.noreply.github.com> Date: Mon, 14 Jan 2019 18:03:41 +0100 Subject: [PATCH] Update Servo_Hardware_PWM.h --- src/Servo_Hardware_PWM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Servo_Hardware_PWM.h b/src/Servo_Hardware_PWM.h index ecfe80b..b3a9765 100644 --- a/src/Servo_Hardware_PWM.h +++ b/src/Servo_Hardware_PWM.h @@ -43,7 +43,7 @@ writeMicroseconds(us) --- Sets the servo pulse width in microseconds. (usable range between 500us and 2500us) - detach() --- Clears the used registers and stops the output of the attached pin. (no pin number needed) + detach() --- Clears the used registers and stops the output of the attached pin. (no pin number!) */ #ifndef Servo_Hardware_PWM_h